Skip to content

Commit

Permalink
[rosetta] Fix lint again...
Browse files Browse the repository at this point in the history
  • Loading branch information
rhazberries committed Sep 12, 2020
1 parent 09fad49 commit dbca516
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rosetta/services/mempool.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ func (s *MempoolAPI) MempoolTransaction(
Status: hmyTypes.ReceiptStatusSuccessful, // Assume transaction will succeed
CumulativeGasUsed: poolTx.Gas(),
Bloom: [256]byte{},
Logs: []*hmyTypes.Log{ estLog },
Logs: []*hmyTypes.Log{estLog},
TxHash: poolTx.Hash(),
ContractAddress: nilAddress, // ContractAddress is only for smart contract creation & can not be determined until transaction is finalized
GasUsed: poolTx.Gas(),
Expand Down

0 comments on commit dbca516

Please sign in to comment.