fix: lint

This commit is contained in:
bbaktaeho 2023-11-17 19:34:50 +09:00 committed by Shivam Sharma
parent ccb8ff6d21
commit 61e8d4148d

View file

@ -723,8 +723,8 @@ func (s *BlockChainAPI) GetTransactionReceiptsByBlock(ctx context.Context, block
}
if receipt.EffectiveGasPrice == nil {
fields["effectiveGasPrice"] = new(hexutil.Big)
}
fields["effectiveGasPrice"] = new(hexutil.Big)
}
// Assign receipt status or post state.
if len(receipt.PostState) > 0 {