mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-29 07:00:55 +02:00
test: fix typos
This commit is contained in:
committed by
Olaoluwa Osuntokun
parent
a13ac90d46
commit
51d53eab32
@@ -864,8 +864,8 @@ func (n *networkHarness) DumpLogs(node *lightningNode) (string, error) {
|
|||||||
return string(buf), nil
|
return string(buf), nil
|
||||||
}
|
}
|
||||||
|
|
||||||
// SendCoins attemps to send amt satoshis from the internal mining node to the
|
// SendCoins attempts to send amt satoshis from the internal mining node to the
|
||||||
// targetted lightning node.
|
// targeted lightning node.
|
||||||
func (n *networkHarness) SendCoins(ctx context.Context, amt btcutil.Amount,
|
func (n *networkHarness) SendCoins(ctx context.Context, amt btcutil.Amount,
|
||||||
target *lightningNode) error {
|
target *lightningNode) error {
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user