Skip to content

Commit 8768206

Browse files
committed
feat(ledger):Addressed
Signed-off-by: Akhil Repala <arepala@blinklabs.io>
1 parent 3d7d169 commit 8768206

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ledger/alonzo/alonzo.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ func (b *AlonzoBlock) MarshalCBOR() ([]byte, error) {
8686
BlockHeader *AlonzoBlockHeader
8787
TransactionBodies []AlonzoTransactionBody
8888
TransactionWitnessSets []AlonzoTransactionWitnessSet
89-
TransactionMetadataSet map[uint]*cbor.LazyValue
89+
TransactionMetadataSet common.TransactionMetadataSet
9090
InvalidTransactions cbor.IndefLengthList
9191
}
9292

0 commit comments

Comments
 (0)