Skip to content

Commit 292fb23

Browse files
author
YunMin
committed
update AccountStateTrie.java
1 parent 5e3516e commit 292fb23

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,6 @@ public byte[] commit(Block block) {
126126

127127
for (Transaction tx : block.body.subList(1, block.body.size())) {
128128
WASMResult re = results.get(tx.getHash());
129-
System.out.println("broadcast =====");
130129
WebSocket.broadcastIncluded(tx, block.nHeight, block.getHash(), re.getGasUsed(), re.getReturns(), re.getWASMEvents());
131130
}
132131

0 commit comments

Comments
 (0)