We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3c9aa73 + 96b2752 commit a5e649bCopy full SHA for a5e649b
ledger/alonzo.go
@@ -102,7 +102,7 @@ type AlonzoTransactionWitnessSet struct {
102
ShelleyTransactionWitnessSet
103
PlutusScripts []cbor.RawMessage `cbor:"3,keyasint,omitempty"`
104
PlutusData []cbor.RawMessage `cbor:"4,keyasint,omitempty"`
105
- Redeemers []cbor.Value `cbor:"5,keyasint,omitempty"`
+ Redeemers []cbor.RawMessage `cbor:"5,keyasint,omitempty"`
106
}
107
108
type AlonzoTransaction struct {
0 commit comments