Skip to content

Commit 24b3312

Browse files
authored
Merge pull request #214 from cloudstruct/fix/babbage-block-parsing
fix: minor Babbage TX parsing fix
2 parents 05a9903 + 64b9a87 commit 24b3312

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)