Skip to content

Commit 64b9a87

Browse files
committed
fix: minor Babbage TX parsing fix
Fixes #211
1 parent 05a9903 commit 64b9a87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ledger/babbage.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ type BabbageTransactionOutput struct {
126126
Address Blake2b256 `cbor:"0,keyasint,omitempty"`
127127
Amount cbor.Value `cbor:"1,keyasint,omitempty"`
128128
DatumOption []cbor.RawMessage `cbor:"2,keyasint,omitempty"`
129-
ScriptRef []cbor.RawMessage `cbor:"3,keyasint,omitempty"`
129+
ScriptRef cbor.Tag `cbor:"3,keyasint,omitempty"`
130130
legacyOutput bool
131131
}
132132

0 commit comments

Comments
 (0)