Skip to content

Commit

Permalink
交易地址log输出
Browse files Browse the repository at this point in the history
  • Loading branch information
Sdkyl committed Nov 7, 2024
1 parent 89b92f4 commit 530603a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/io/xdag/core/BlockchainImpl.java
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ public synchronized ImportResult tryToConnect(Block block) {
return result;
}
}

//Convenient to track the beginning of transactions
if (ref != null && ref.getType() == XDAG_FIELD_INPUT) {
String account = toBase58(BytesUtils.byte32ToArray(ref.getAddress()));
log.debug("Transfer from: {}", account);
Expand Down

0 comments on commit 530603a

Please sign in to comment.