diff --git a/iguana/exchanges/mm.c b/iguana/exchanges/mm.c index 703f70dd7..4fc22eda1 100644 --- a/iguana/exchanges/mm.c +++ b/iguana/exchanges/mm.c @@ -833,7 +833,8 @@ int main(int argc, const char * argv[]) while ( 1 ) { theoretical = marketmaker_updateprice("komodo","KMD","BTC",theoretical,&incr); - sleep(10); + sleep(3); + LP_privkey_updates(0,-1,passphrase,1); if ( jint(retjson,"client") != 0 ) { struct LP_utxoinfo *utxo,*utmp;