Skip to content

Commit

Permalink
Updated wording to avoid confusion
Browse files Browse the repository at this point in the history
I generally see transaction identifiers referred to as a 'transaction hash' and not as this file reads: 'transaction address'

The current wording may confuse newcomers who think it refers to the function caller address or even their EOA address, so I propose changing it to 'hash' as it is referred to on block explorers
  • Loading branch information
robriks authored and Aniket-Engg committed Aug 2, 2022
1 parent fa3ac9e commit b1b033e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/debugger.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Debugger

The Debugger shows the contract's state while stepping through a transaction.

It can be used on transactions created on Remix or by providing a transaction's address. The latter assumes that you have the contract's source code or that you have input the address of a verified contract.
It can be used on transactions created on Remix or by providing a transaction's hash. The latter assumes that you have the contract's source code or that you have input the address of a verified contract.

To start a debugging session either:
* **Click** the debug button in the Terminal when a successful or failed transaction appears there. The Debugger will be activated and will gain the focus in the **Side Panel**.
Expand Down

0 comments on commit b1b033e

Please sign in to comment.