Skip to content

Commit

Permalink
use hyperledger main behavior for accumulator get account (#28)
Browse files Browse the repository at this point in the history
Signed-off-by: garyschulte <[email protected]>
  • Loading branch information
garyschulte authored Jan 3, 2024
1 parent 0f2e43c commit df2d89a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ void cloneFromUpdater(final BonsaiWorldStateUpdateAccumulator source) {

@Override
public Account get(final Address address) {
return super.getAccount(address);
return super.get(address);
}

@Override
Expand Down

0 comments on commit df2d89a

Please sign in to comment.