Skip to content

Commit 6a32bb1

Browse files
committed
typo
1 parent 4e65c21 commit 6a32bb1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

framework/src/main/java/org/tron/core/Wallet.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -696,7 +696,7 @@ public Block getSolidBlock() {
696696
}
697697

698698
public long getSolidBlockNum() {
699-
return chainBaseManager.getDynamicPropertiesStore().getLatestSolidifiedBlockNum();
699+
return chainBaseManager.getDynamicPropertiesStore().getLatestSolidifiedBlockNum();
700700
}
701701

702702
public BlockCapsule getBlockCapsuleByNum(long blockNum) {

0 commit comments

Comments
 (0)