diff --git a/ledger/common/tx.go b/ledger/common/tx.go index 93430278..96a7fbae 100644 --- a/ledger/common/tx.go +++ b/ledger/common/tx.go @@ -96,7 +96,7 @@ type Utxo struct { // TransactionBodyBase provides a set of functions that return empty values to satisfy the // TransactionBody interface. It also provides functionality for generating a transaction hash -// and storing/retrieving the original CiBOR +// and storing/retrieving the original CBOR type TransactionBodyBase struct { cbor.DecodeStoreCbor hash *Blake2b256