Skip to content

Commit

Permalink
#1751 case where no contract is called
Browse files Browse the repository at this point in the history
  • Loading branch information
kladkogex committed Jan 17, 2024
1 parent ec245b0 commit 8f6e7b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libhistoric/CallTracePrinter.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ class CallTracePrinter : public TracePrinter {

void print( Json::Value& _jsonTrace, const ExecutionResult&, const HistoricState&,
const HistoricState& ) override;
private:

void printTransferTrace(Json::Value& _jsonTrace);
private:
void printTransferTrace( Json::Value& _jsonTrace );
};
} // namespace dev::eth

0 comments on commit 8f6e7b1

Please sign in to comment.