Skip to content

Commit

Permalink
#716 default fee fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nesbox committed Jul 11, 2019
1 parent bbc9942 commit 126fb8e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion wallet/api.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,6 @@ namespace beam::wallet

send.fee = params["fee"];
}
else send.fee = 0;

if (existsJsonParam(params, "comment"))
{
Expand Down

0 comments on commit 126fb8e

Please sign in to comment.