1
0
mirror of https://github.com/GOSTSec/vanitygen synced 2025-02-07 12:24:20 +00:00

Display bounty list when invoked with -v.

This commit is contained in:
samr7 2012-08-21 18:42:57 -07:00
parent 69a380c29c
commit 08034e064b

View File

@ -964,6 +964,9 @@ main(int argc, char **argv)
return 1;
}
if (verbose > 1)
dump_work(&scp->items);
while (1) {
if (avl_root_empty(&scp->items))
server_context_getwork(scp);
@ -985,6 +988,9 @@ main(int argc, char **argv)
active_pkb = NULL;
}
vg_context_clear_all_patterns(vcp);
if (verbose > 1)
dump_work(&scp->items);
}
if (!pkb) {