From 6ef587cb658272e628ea4a923d47b56e0268feab Mon Sep 17 00:00:00 2001 From: "(Nam) Pham Tien" Date: Wed, 17 Apr 2024 09:45:10 +0700 Subject: [PATCH] feat(pendingtx.go): add transaction type --- pkg/types/pendingtx.go | 1 + 1 file changed, 1 insertion(+) 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 {