mirror of
https://github.com/Expand-sys/CCash
synced 2026-03-22 20:47:10 +11:00
pre alloc amount must be less then max amount
This commit is contained in:
parent
00ec8397d6
commit
54f604402c
1 changed files with 3 additions and 2 deletions
1
main.cpp
1
main.cpp
|
|
@ -22,6 +22,7 @@ void SaveSig(int s)
|
|||
|
||||
int main(int argc, char **argv)
|
||||
{
|
||||
static_assert(pre_log_size < max_log_size);
|
||||
if (argc != 4)
|
||||
{
|
||||
std::cerr << "Usage: sudo ./bank <admin password> <saving frequency in minutes> <threads>\n";
|
||||
|
|
|
|||
Loading…
Reference in a new issue