From 831e34ba2e21486dcf90f1c43ad2edbe39682c00 Mon Sep 17 00:00:00 2001 From: Aurora Gaffney Date: Thu, 21 Aug 2025 14:45:36 -0400 Subject: [PATCH] fix: CBOR marshal for Utxo Signed-off-by: Aurora Gaffney --- ledger/common/tx.go | 1 + 1 file changed, 1 insertion(+) diff --git a/ledger/common/tx.go b/ledger/common/tx.go index ab26c274..37d43b5e 100644 --- a/ledger/common/tx.go +++ b/ledger/common/tx.go @@ -97,6 +97,7 @@ type TransactionWitnessRedeemers interface { } type Utxo struct { + cbor.StructAsArray Id TransactionInput Output TransactionOutput }