mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
change counter from bool to int (deprecated-increment-bool warning)
This commit is contained in:
parent
fb76d43980
commit
629d5b7689
1 changed files with 1 additions and 1 deletions
|
@ -5035,7 +5035,7 @@ std::string wallet2::make_uri(const std::string &address, const std::string &pay
|
|||
}
|
||||
|
||||
std::string uri = "monero:" + address;
|
||||
bool n_fields = 0;
|
||||
unsigned int n_fields = 0;
|
||||
|
||||
if (!payment_id.empty())
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue