Skip to content
This repository was archived by the owner on Oct 20, 2024. It is now read-only.

Commit 265ac7b

Browse files
committed
callbundle response result: +error
1 parent 86a488b commit 265ac7b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

types.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -361,6 +361,8 @@ type FlashbotsCallBundleResult struct {
361361
ToAddress string `json:"toAddress"` // "0xdAC17F958D2ee523a2206206994597C13D831ec7",
362362
TxHash string `json:"txHash"` // "0xe2df005210bdc204a34ff03211606e5d8036740c686e9fe4e266ae91cf4d12df",
363363
Value string `json:"value"` // "0x"
364+
Error string `json:"error"`
365+
Revert string `json:"revert"`
364366
}
365367

366368
type FlashbotsCallBundleResponse struct {

0 commit comments

Comments
 (0)