Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zack-bitcoin committed Feb 8, 2017
1 parent 09ada6d commit b6cf8fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/networking/internal_handler.erl
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ doit({close_channel, IP, Port}) ->
Fee = free_constants:tx_fee(),
{Tx, _} = channel_team_close_tx:make(CID, Accounts, Channels, Amount, Fee),
STx = keys:sign(Tx, Accounts),
talker:talk({close_channel, CID, keys:id(), SS, STx}, IP, Port),
talker:talk({close_channel, CID, keys:id(), [SS], STx}, IP, Port),
{ok, 0};
doit({dice, Amount, IP, Port}) ->
{ok, Other} = talker:talk({id}, IP, Port),
Expand Down

0 comments on commit b6cf8fb

Please sign in to comment.