Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Commit 5affa18

Browse files
authored
Merge pull request #5389 from trufflesuite/oops-comment
Internal improvement: Remove incorrect comment
2 parents 3b29ceb + 3bef6a3 commit 5affa18

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/debugger/lib/web3/adapter.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ export default class Web3Adapter {
5656
return await this.web3.eth.getChainId();
5757
}
5858

59-
//slot should be given as a 32-byte hex string *w/o* 0x
6059
async getExistingStorage(address, slot, blockHash, txIndex) {
6160
debug("slot: %O", slot);
6261
const provider = this.web3.currentProvider;

0 commit comments

Comments
 (0)