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