Skip to content

Commit d048375

Browse files
authored
Merge pull request #390 from blinklabs-io/fix/byron-tx-parse
fix: parse Byron transaction as array
2 parents 20004b3 + 720292c commit d048375

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)