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 3d57417 commit 6060976Copy full SHA for 6060976
ledger/shelley.go
@@ -111,7 +111,7 @@ type ShelleyTransactionBody struct {
111
Fee uint64 `cbor:"2,keyasint,omitempty"`
112
Ttl uint64 `cbor:"3,keyasint,omitempty"`
113
// TODO: figure out how to parse properly
114
- Certificates []cbor.Value `cbor:"4,keyasint,omitempty"`
+ Certificates cbor.RawMessage `cbor:"4,keyasint,omitempty"`
115
// TODO: figure out how to parse this correctly
116
// We keep the raw CBOR because it can contain a map with []byte keys, which
117
// Go does not allow
0 commit comments