We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e65c21 commit 6a32bb1Copy full SHA for 6a32bb1
1 file changed
framework/src/main/java/org/tron/core/Wallet.java
@@ -696,7 +696,7 @@ public Block getSolidBlock() {
696
}
697
698
public long getSolidBlockNum() {
699
- return chainBaseManager.getDynamicPropertiesStore().getLatestSolidifiedBlockNum();
+ return chainBaseManager.getDynamicPropertiesStore().getLatestSolidifiedBlockNum();
700
701
702
public BlockCapsule getBlockCapsuleByNum(long blockNum) {
0 commit comments