Skip to content

Commit

Permalink
putcode log
Browse files Browse the repository at this point in the history
  • Loading branch information
jochem-brouwer committed Aug 20, 2024
1 parent d5ece8b commit 0da8108
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/vm/test/t8n/t8n.ts
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ vm.stateManager.putAccount = async function (...args: any) {
}

vm.stateManager.putCode = async function (...args: any) {
console.log('PUTCODE', args[0].toString(), bytesToHex(args[1]))
const address = <Address>args[0]
addAddress(address.toString())
return originalPutCode.apply(this, args)
Expand Down

0 comments on commit 0da8108

Please sign in to comment.