Skip to content

Commit

Permalink
Merge pull request #390 from blinklabs-io/fix/byron-tx-parse
Browse files Browse the repository at this point in the history
fix: parse Byron transaction as array
  • Loading branch information
agaffney authored Oct 1, 2023
2 parents 20004b3 + 720292c commit d048375
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ledger/byron.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ func (h *ByronMainBlockHeader) Era() Era {
}

type ByronTransaction struct {
cbor.StructAsArray
cbor.DecodeStoreCbor
// TODO: flesh these out
TxInputs []any
Expand Down

0 comments on commit d048375

Please sign in to comment.