diff --git a/config/config.json b/config/config.json index 7701cae..e65d6e9 100755 --- a/config/config.json +++ b/config/config.json @@ -34,7 +34,7 @@ "wallet_import" : { "_comment": "if fee is 0, then importing is free. fee is in base 1e12, e.g., 0.1 xmr is 0.1 x 1e12 = 100000000000", - "fee" : 100000000000, + "fee" : 0, "testnet" : { "address" : "9tzmPMTViHYM3z6NAgQni1Qm1Emzxy5hQFibPgWD3LVTAz91yok5Eni1pH6zKhBHzpTU15GZooPHSGHXFvFuXEdmEG2sWAZ", diff --git a/scripts/batch_import_test.py b/scripts/batch_import_test.py old mode 100644 new mode 100755 index be3b4a2..fc22f51 --- a/scripts/batch_import_test.py +++ b/scripts/batch_import_test.py @@ -16,7 +16,6 @@ import monero # openmonero backend url om_url = "http://127.0.0.1:1984/" -#om_url = "http://139.162.60.17:1984/" async def make_request(url, payload=""): diff --git a/src/CurrentBlockchainStatus.cpp b/src/CurrentBlockchainStatus.cpp index f3d2d3f..c3d3116 100755 --- a/src/CurrentBlockchainStatus.cpp +++ b/src/CurrentBlockchainStatus.cpp @@ -46,7 +46,8 @@ CurrentBlockchainStatus::monitor_blockchain() break; } - OMVLOG1 << "PoolQueue size: " + //OMVLOG1 << "PoolQueue size: " + OMINFO << "PoolQueue size: " << TP::DefaultThreadPool::queueSize(); update_current_blockchain_height();