Skip to content

Commit

Permalink
msgp
Browse files Browse the repository at this point in the history
  • Loading branch information
algorandskiy committed Sep 20, 2024
1 parent 078ef84 commit 2e055ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/transactions/signedtxn.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ type SignedTxn struct {
Txn Transaction `codec:"txn"`
AuthAddr basics.Address `codec:"sgnr"`

cachedID *Txid
cachedID *Txid `codec:"-"`
}

// SignedTxnInBlock is how a signed transaction is encoded in a block.
Expand Down

0 comments on commit 2e055ca

Please sign in to comment.