Skip to content

Commit 720292c

Browse files
committed
fix: parse Byron transaction as array
Fixes #379
1 parent 759464f commit 720292c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ledger/byron.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ func (h *ByronMainBlockHeader) Era() Era {
101101
}
102102

103103
type ByronTransaction struct {
104+
cbor.StructAsArray
104105
cbor.DecodeStoreCbor
105106
// TODO: flesh these out
106107
TxInputs []any

0 commit comments

Comments
 (0)