Browse Source

Fix

pull/4/head
jl777 6 years ago
parent
commit
e8972fab17
  1. 3
      src/wallet-utility.cpp

3
src/wallet-utility.cpp

@ -8,6 +8,7 @@
#include "wallet/crypter.h"
#include <boost/foreach.hpp>
#include "komodo_globals.h"
void show_help()
{
@ -336,4 +337,4 @@ int main(int argc, char* argv[])
return 0;
else
return -1;
}
}

Loading…
Cancel
Save