Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cherry1603 committed Jan 7, 2023
1 parent 30b9b51 commit c5f01fc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ private BlockResultDTO transferAccountToBlockResultDTO(String address) {
BlockResultDTOBuilder.address(address)
.hash(null)
.balance(String.format("%.9f", amount2xdag(balance)))
.type("wallet")
.type("Wallet")
.blockTime(xdagTimestampToMs(kernel.getConfig().getSnapshotSpec().getSnapshotTime()))
.timeStamp(kernel.getConfig().getSnapshotSpec().getSnapshotTime())
// .flags(Integer.toHexString(block.getInfo().getFlags()))
Expand Down

0 comments on commit c5f01fc

Please sign in to comment.