Skip to content

Commit

Permalink
add read account into trielog (hyperledger#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
matkt authored Oct 26, 2023
1 parent 7de0a6a commit 456ea00
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ void cloneFromUpdater(final BonsaiWorldStateUpdateAccumulator source) {

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

@Override
Expand Down

0 comments on commit 456ea00

Please sign in to comment.