mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-10-09 23:42:54 +02:00
trivial: typo fix
This commit is contained in:
@@ -760,7 +760,7 @@ func TestRestart(t *testing.T) {
|
||||
// Expect last tx to be republished.
|
||||
ctx.receiveTx()
|
||||
|
||||
// Simulate other subsystem (eg contract resolver) re-offering inputs.
|
||||
// Simulate other subsystem (e.g. contract resolver) re-offering inputs.
|
||||
spendChan1, err := ctx.sweeper.SweepInput(input1, defaultFeePref)
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
@@ -858,7 +858,7 @@ func TestRestartRemoteSpend(t *testing.T) {
|
||||
// Mine remote spending tx.
|
||||
ctx.backend.mine()
|
||||
|
||||
// Simulate other subsystem (eg contract resolver) re-offering input 0.
|
||||
// Simulate other subsystem (e.g. contract resolver) re-offering input 0.
|
||||
spendChan, err := ctx.sweeper.SweepInput(input1, defaultFeePref)
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
@@ -901,7 +901,7 @@ func TestRestartConfirmed(t *testing.T) {
|
||||
// Mine the sweep tx.
|
||||
ctx.backend.mine()
|
||||
|
||||
// Simulate other subsystem (eg contract resolver) re-offering input 0.
|
||||
// Simulate other subsystem (e.g. contract resolver) re-offering input 0.
|
||||
spendChan, err := ctx.sweeper.SweepInput(input, defaultFeePref)
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
|
Reference in New Issue
Block a user