We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6a4ddc commit 9a3d1c2Copy full SHA for 9a3d1c2
ledger/ledgercore/error.go
@@ -37,7 +37,7 @@ func (tile TransactionInLedgerError) Error() string {
37
return fmt.Sprintf("transaction already in ledger: %v", tile.Txid)
38
}
39
40
-// LeaseInLedgerError is returned when a transaction cannot be added because it has a lease that already being used in the relavant rounds
+// LeaseInLedgerError is returned when a transaction cannot be added because it has a lease that already being used in the relevant rounds
41
type LeaseInLedgerError struct {
42
txid transactions.Txid
43
lease Txlease
0 commit comments