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 05a9903 + 64b9a87 commit 24b3312Copy full SHA for 24b3312
ledger/babbage.go
@@ -126,7 +126,7 @@ type BabbageTransactionOutput struct {
126
Address Blake2b256 `cbor:"0,keyasint,omitempty"`
127
Amount cbor.Value `cbor:"1,keyasint,omitempty"`
128
DatumOption []cbor.RawMessage `cbor:"2,keyasint,omitempty"`
129
- ScriptRef []cbor.RawMessage `cbor:"3,keyasint,omitempty"`
+ ScriptRef cbor.Tag `cbor:"3,keyasint,omitempty"`
130
legacyOutput bool
131
}
132
0 commit comments