mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 07:06:42 +00:00
fix: lint
This commit is contained in:
parent
7714cd88c1
commit
18c880280b
1 changed files with 2 additions and 2 deletions
|
|
@ -727,8 +727,8 @@ func (s *BlockChainAPI) GetTransactionReceiptsByBlock(ctx context.Context, block
|
||||||
}
|
}
|
||||||
|
|
||||||
if receipt.EffectiveGasPrice == nil {
|
if receipt.EffectiveGasPrice == nil {
|
||||||
fields["effectiveGasPrice"] = new(hexutil.Big)
|
fields["effectiveGasPrice"] = new(hexutil.Big)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Assign receipt status or post state.
|
// Assign receipt status or post state.
|
||||||
if len(receipt.PostState) > 0 {
|
if len(receipt.PostState) > 0 {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue