Skip to content

Commit

Permalink
1664 adding call trace
Browse files Browse the repository at this point in the history
  • Loading branch information
kladkogex committed Oct 15, 2023
1 parent 7586a22 commit 8df2e39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libhistoric/AlethTraceBase.h
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ class AlethTraceBase {
void functionCalled( const Address& _from, const Address& _to, uint64_t _gasLimit,
const vector< uint8_t >& _inputData, const u256& _value );

void functionReturned( evmc_status_code _status );
void functionReturned( evmc_status_code _status, const vector< uint8_t >& _returnData );

void recordAccessesToAccountsAndStorageValues( uint64_t, Instruction& _inst,
uint64_t _lastOpGas, uint64_t _gasRemaining, const ExtVMFace* _face, AlethExtVM& _ext,
Expand Down

0 comments on commit 8df2e39

Please sign in to comment.