mirror of
https://github.com/monero-project/monero.git
synced 2026-01-19 02:52:57 +01:00
change counter from bool to int (deprecated-increment-bool warning)
This commit is contained in:
@@ -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())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user