Merge pull request #1383
00592189
change 'invalid address format' loglevel (Jaquee)
This commit is contained in:
commit
42d07e865f
|
@ -199,7 +199,7 @@ namespace cryptonote {
|
||||||
uint64_t prefix;
|
uint64_t prefix;
|
||||||
if (!tools::base58::decode_addr(str, prefix, data))
|
if (!tools::base58::decode_addr(str, prefix, data))
|
||||||
{
|
{
|
||||||
LOG_PRINT_L1("Invalid address format");
|
LOG_PRINT_L2("Invalid address format");
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue