mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
F2
This commit is contained in:
parent
f73d698469
commit
601827895a
1 changed files with 1 additions and 0 deletions
|
|
@ -1376,6 +1376,7 @@ func (s *BundleAPI) CallBundle(ctx context.Context, args CallBundleArgs) (map[st
|
||||||
"txHash": txHash,
|
"txHash": txHash,
|
||||||
"gasUsed": receipt.GasUsed,
|
"gasUsed": receipt.GasUsed,
|
||||||
"logs": logs,
|
"logs": logs,
|
||||||
|
"status": receipt.Status,
|
||||||
}
|
}
|
||||||
totalGasUsed += receipt.GasUsed
|
totalGasUsed += receipt.GasUsed
|
||||||
if result.Err != nil {
|
if result.Err != nil {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue