Skip to content

Commit

Permalink
Merge pull request #58 from KyberNetwork/feat/update-pending-tx-type-…
Browse files Browse the repository at this point in the history
…to-pointer

feat: update pending tx type to pointer
  • Loading branch information
vaigay authored Jun 19, 2024
2 parents 852f60d + c86aa13 commit 880102b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/types/pendingtx.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ type Message struct {
From string `json:"from"`
Nonce uint64 `json:"nonce"`
Source MempoolSource `json:"source"`
Type uint64 `json:"type"`
Type *big.Int `json:"type"`
FlashbotMevshareEvent *FlashbotMevshareEvent `json:"flashbot_mevshare_event,omitempty"`
}

Expand Down

0 comments on commit 880102b

Please sign in to comment.