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.
1 parent 3c9aa73 commit 96b2752Copy full SHA for 96b2752
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