diff --git a/pkg/types/pendingtx.go b/pkg/types/pendingtx.go index b1e994a..89c74f1 100644 --- a/pkg/types/pendingtx.go +++ b/pkg/types/pendingtx.go @@ -32,6 +32,7 @@ type Message struct { From string `json:"from"` Nonce uint64 `json:"nonce"` Source MempoolSource `json:"source"` + Type uint64 `json:"type"` } type SimDebugInfo struct {