Skip to content

Commit

Permalink
Merge pull request #41 from KyberNetwork/feat/add-transaction-type
Browse files Browse the repository at this point in the history
feat(pendingtx.go): add transaction type
  • Loading branch information
tiennampham23 authored Apr 17, 2024
2 parents 1c1a7b6 + 6ef587c commit da21133
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/types/pendingtx.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit da21133

Please sign in to comment.