Skip to content

Commit 5dfe197

Browse files
authored
ledger: fix typo in error.go
relavant -> relevant
1 parent 967a3ec commit 5dfe197

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)