mirror of
https://github.com/monero-project/monero.git
synced 2024-10-01 11:49:47 -04:00
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;
|
||||
bool n_fields = 0;
|
||||
unsigned int n_fields = 0;
|
||||
|
||||
if (!payment_id.empty())
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user