Skip to content

Commit

Permalink
fix: minor Babbage TX parsing fix
Browse files Browse the repository at this point in the history
Fixes #211
  • Loading branch information
agaffney committed Mar 12, 2023
1 parent 05a9903 commit 64b9a87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ledger/babbage.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ type BabbageTransactionOutput struct {
Address Blake2b256 `cbor:"0,keyasint,omitempty"`
Amount cbor.Value `cbor:"1,keyasint,omitempty"`
DatumOption []cbor.RawMessage `cbor:"2,keyasint,omitempty"`
ScriptRef []cbor.RawMessage `cbor:"3,keyasint,omitempty"`
ScriptRef cbor.Tag `cbor:"3,keyasint,omitempty"`
legacyOutput bool
}

Expand Down

0 comments on commit 64b9a87

Please sign in to comment.