Skip to content

Commit 451eb70

Browse files
author
YunMin
committed
update CheckoutTransactions.java
1 parent 0d782b2 commit 451eb70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wisdom-core/src/main/java/org/wisdom/db/AccountStateTrie.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public byte[] commit(Block block) {
5050
block.getnHeight(),
5151
block.getHashHexString(),
5252
HexBytes.fromBytes(root),
53-
block.accountStateTrieRoot
53+
HexBytes.fromBytes(block.accountStateTrieRoot)
5454
)
5555
);
5656
return root;

0 commit comments

Comments
 (0)