File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
framework/src/main/java/org/tron/core/services/jsonrpc Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments