Skip to content

Commit

Permalink
1856 fix clang format
Browse files Browse the repository at this point in the history
  • Loading branch information
kladkogex committed Apr 10, 2024
1 parent ac87d8e commit f3b977a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libethereum/Transaction.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ void Transaction::checkOutExternalGas( const ChainParams& _cp, uint64_t _bn, boo
scheduleForUse = _cp.scheduleForBlockNumber( _bn );


#ifndef HISTORIC_STATE // FIX FOR 2.3.1. Will not be needed in 2.4
#ifndef HISTORIC_STATE // FIX FOR 2.3.1. Will not be needed in 2.4
// never call checkOutExternalGas with non-last block
if ( _bn != CorrectForkInPowPatch::getLastBlockNumber() ) {
ctrace << _bn << " != " << CorrectForkInPowPatch::getLastBlockNumber();
Expand Down

0 comments on commit f3b977a

Please sign in to comment.