mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-26 21:51:27 +02:00
lnrpc: fix typos in addinvoice_test.go
This commit is contained in:
@@ -463,7 +463,7 @@ var sufficientHintsTestCases = []struct {
|
|||||||
targetAmount lnwire.MilliSatoshi
|
targetAmount lnwire.MilliSatoshi
|
||||||
done bool
|
done bool
|
||||||
}{{
|
}{{
|
||||||
name: "not enoguh hints neither bandwidth",
|
name: "not enough hints neither bandwidth",
|
||||||
nHintsLeft: 3,
|
nHintsLeft: 3,
|
||||||
currentAmount: 100,
|
currentAmount: 100,
|
||||||
targetAmount: 200,
|
targetAmount: 200,
|
||||||
@@ -473,7 +473,7 @@ var sufficientHintsTestCases = []struct {
|
|||||||
nHintsLeft: 0,
|
nHintsLeft: 0,
|
||||||
done: true,
|
done: true,
|
||||||
}, {
|
}, {
|
||||||
name: "enoguh bandwidth",
|
name: "enough bandwidth",
|
||||||
nHintsLeft: 1,
|
nHintsLeft: 1,
|
||||||
currentAmount: 200,
|
currentAmount: 200,
|
||||||
targetAmount: 200,
|
targetAmount: 200,
|
||||||
|
Reference in New Issue
Block a user