Skip to content

Commit 8fe5707

Browse files
authored
fix: CBOR marshal for Utxo (#1153)
Signed-off-by: Aurora Gaffney <[email protected]>
1 parent c3349a2 commit 8fe5707

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ledger/common/tx.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ type TransactionWitnessRedeemers interface {
9797
}
9898

9999
type Utxo struct {
100+
cbor.StructAsArray
100101
Id TransactionInput
101102
Output TransactionOutput
102103
}

0 commit comments

Comments
 (0)