Skip to content

Commit bf2a529

Browse files
authored
chore: fix typo in comment (#980)
Signed-off-by: Aurora Gaffney <[email protected]>
1 parent d126f55 commit bf2a529

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ledger/common/tx.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ type Utxo struct {
9696

9797
// TransactionBodyBase provides a set of functions that return empty values to satisfy the
9898
// TransactionBody interface. It also provides functionality for generating a transaction hash
99-
// and storing/retrieving the original CiBOR
99+
// and storing/retrieving the original CBOR
100100
type TransactionBodyBase struct {
101101
cbor.DecodeStoreCbor
102102
hash *Blake2b256

0 commit comments

Comments
 (0)