Skip to content

Commit 9a3d1c2

Browse files
authored
ledger: fix typo in error.go (#4143)
relavant -> relevant
1 parent c6a4ddc commit 9a3d1c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ledger/ledgercore/error.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ func (tile TransactionInLedgerError) Error() string {
3737
return fmt.Sprintf("transaction already in ledger: %v", tile.Txid)
3838
}
3939

40-
// LeaseInLedgerError is returned when a transaction cannot be added because it has a lease that already being used in the relavant rounds
40+
// LeaseInLedgerError is returned when a transaction cannot be added because it has a lease that already being used in the relevant rounds
4141
type LeaseInLedgerError struct {
4242
txid transactions.Txid
4343
lease Txlease

0 commit comments

Comments
 (0)