Skip to content

Commit

Permalink
Merge pull request #214 from cloudstruct/fix/babbage-block-parsing
Browse files Browse the repository at this point in the history
fix: minor Babbage TX parsing fix
  • Loading branch information
agaffney authored Mar 12, 2023
2 parents 05a9903 + 64b9a87 commit 24b3312
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 24b3312

Please sign in to comment.