mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-26 08:55:59 +01:00
lntest/harness: correct typo in error message
This commit is contained in:
parent
8390e303c1
commit
6c14c73b6b
1 changed files with 1 additions and 1 deletions
|
@ -874,7 +874,7 @@ func (n *NetworkHarness) OpenChannel(ctx context.Context,
|
|||
// prevents any funding workflows from being kicked off if the chain
|
||||
// isn't yet synced.
|
||||
if err := srcNode.WaitForBlockchainSync(ctx); err != nil {
|
||||
return nil, fmt.Errorf("enable to sync srcNode chain: %v", err)
|
||||
return nil, fmt.Errorf("unable to sync srcNode chain: %v", err)
|
||||
}
|
||||
if err := destNode.WaitForBlockchainSync(ctx); err != nil {
|
||||
return nil, fmt.Errorf("unable to sync destNode chain: %v", err)
|
||||
|
|
Loading…
Add table
Reference in a new issue