From 720292c0545b21102377f21f91f55948c95163a6 Mon Sep 17 00:00:00 2001 From: Aurora Gaffney Date: Sun, 1 Oct 2023 17:34:31 -0500 Subject: [PATCH] fix: parse Byron transaction as array Fixes #379 --- ledger/byron.go | 1 + 1 file changed, 1 insertion(+) diff --git a/ledger/byron.go b/ledger/byron.go index 28de7f84..17aef097 100644 --- a/ledger/byron.go +++ b/ledger/byron.go @@ -101,6 +101,7 @@ func (h *ByronMainBlockHeader) Era() Era { } type ByronTransaction struct { + cbor.StructAsArray cbor.DecodeStoreCbor // TODO: flesh these out TxInputs []any