Skip to content

Commit

Permalink
Remove incorrrect JSON tag on platformvm.BaseTx (ava-labs#1481)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Laine authored May 16, 2022
1 parent f4a6008 commit 6990931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vms/platformvm/base_tx.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
// BaseTx contains fields common to many transaction types. It should be
// embedded in transaction implementations.
type BaseTx struct {
avax.BaseTx `serialize:"true" json:"inputs"`
avax.BaseTx `serialize:"true"`

// true iff this transaction has already passed syntactic verification
syntacticallyVerified bool
Expand Down

0 comments on commit 6990931

Please sign in to comment.