Skip to content

Commit baec508

Browse files
committed
checkStyle
1 parent 8570eea commit baec508

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

framework/src/main/java/org/tron/core/services/jsonrpc/TronJsonRpcImpl.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -858,7 +858,6 @@ public List<TransactionReceipt> getBlockReceipts(String blockNumOrHashOrTag)
858858
block = wallet.getByJsonBlockId(blockNumOrHashOrTag);
859859
}
860860

861-
862861
// block receipts not available: block is genesis, not produced yet, or pruned in light node
863862
if (block == null || block.getBlockHeader().getRawData().getNumber() == 0) {
864863
return null;
@@ -868,7 +867,7 @@ public List<TransactionReceipt> getBlockReceipts(String blockNumOrHashOrTag)
868867
long blockNum = blockCapsule.getNum();
869868
TransactionInfoList transactionInfoList = wallet.getTransactionInfoByBlockNum(blockNum);
870869

871-
//energy price at the block timestamp
870+
// energy price at the block timestamp
872871
long energyFee = wallet.getEnergyFee(blockCapsule.getTimeStamp());
873872

874873
// Validate transaction list size consistency

0 commit comments

Comments
 (0)