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 3d7d169 commit 8768206Copy full SHA for 8768206
ledger/alonzo/alonzo.go
@@ -86,7 +86,7 @@ func (b *AlonzoBlock) MarshalCBOR() ([]byte, error) {
86
BlockHeader *AlonzoBlockHeader
87
TransactionBodies []AlonzoTransactionBody
88
TransactionWitnessSets []AlonzoTransactionWitnessSet
89
- TransactionMetadataSet map[uint]*cbor.LazyValue
+ TransactionMetadataSet common.TransactionMetadataSet
90
InvalidTransactions cbor.IndefLengthList
91
}
92
0 commit comments