Browse Source

test

pull/4/head
jl777 8 years ago
parent
commit
533a5d5d20
  1. 2
      src/bitcoind.cpp

2
src/bitcoind.cpp

@ -97,8 +97,8 @@ bool AppInit(int argc, char* argv[])
try
{
void komodo_args();
fprintf(stderr,"call komodo_args\n");
komodo_args();
fprintf(stderr,"call komodo_args NOTARY_PUBKEY.(%s)\n",NOTARY_PUBKEY.c_str());
while ( ASSETCHAIN_INIT == 0 )
{
sleep(1);

Loading…
Cancel
Save