change counter from bool to int (deprecated-increment-bool warning)
This commit is contained in:
parent
fb76d43980
commit
629d5b7689
|
@ -5035,7 +5035,7 @@ std::string wallet2::make_uri(const std::string &address, const std::string &pay
|
||||||
}
|
}
|
||||||
|
|
||||||
std::string uri = "monero:" + address;
|
std::string uri = "monero:" + address;
|
||||||
bool n_fields = 0;
|
unsigned int n_fields = 0;
|
||||||
|
|
||||||
if (!payment_id.empty())
|
if (!payment_id.empty())
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue