mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2024-11-23 03:13:28 +01:00
simplewallet returns 0 when no error
This commit is contained in:
parent
d2f44503a7
commit
506fd372ec
@ -1071,6 +1071,6 @@ int main(int argc, char* argv[])
|
||||
|
||||
w.deinit();
|
||||
}
|
||||
return 1;
|
||||
return 0;
|
||||
//CATCH_ENTRY_L0("main", 1);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user