Skip to content

Commit

Permalink
Fix PrivateSend log (#2892)
Browse files Browse the repository at this point in the history
  • Loading branch information
UdjinM6 committed May 1, 2019
1 parent 53827a3 commit 5d05ab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/privatesend-client.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -898,7 +898,7 @@ bool CPrivateSendClientSession::DoAutomaticDenominating(CConnman& connman, bool
" nBalanceAnonimizableNonDenom: %s\n"
" nBalanceDenominatedConf: %s\n"
" nBalanceDenominatedUnconf: %s\n"
" nBalanceDenominated: %s\n",
" nBalanceDenominated: %s\n"
" nBalanceToDenominate: %s\n",
FormatMoney(nValueMin),
FormatMoney(nBalanceAnonymizable),
Expand Down

0 comments on commit 5d05ab1

Please sign in to comment.