Skip to content

Commit

Permalink
test: fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewshvv authored and Roasbeef committed Jan 13, 2017
1 parent a13ac90 commit 51d53ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions networktest.go
Original file line number Diff line number Diff line change
Expand Up @@ -864,8 +864,8 @@ func (n *networkHarness) DumpLogs(node *lightningNode) (string, error) {
return string(buf), nil
}

// SendCoins attemps to send amt satoshis from the internal mining node to the
// targetted lightning node.
// SendCoins attempts to send amt satoshis from the internal mining node to the
// targeted lightning node.
func (n *networkHarness) SendCoins(ctx context.Context, amt btcutil.Amount,
target *lightningNode) error {

Expand Down

0 comments on commit 51d53ea

Please sign in to comment.