Skip to content

Commit a5e649b

Browse files
authored
Merge pull request #219 from blinklabs-io/fix/babbage-block-parsing
fix: don't try to parse Alonzo witness set redeemers data
2 parents 3c9aa73 + 96b2752 commit a5e649b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ledger/alonzo.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ type AlonzoTransactionWitnessSet struct {
102102
ShelleyTransactionWitnessSet
103103
PlutusScripts []cbor.RawMessage `cbor:"3,keyasint,omitempty"`
104104
PlutusData []cbor.RawMessage `cbor:"4,keyasint,omitempty"`
105-
Redeemers []cbor.Value `cbor:"5,keyasint,omitempty"`
105+
Redeemers []cbor.RawMessage `cbor:"5,keyasint,omitempty"`
106106
}
107107

108108
type AlonzoTransaction struct {

0 commit comments

Comments
 (0)