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 05a9903 commit 64b9a87Copy full SHA for 64b9a87
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