Skip to content
This repository has been archived by the owner on Jan 24, 2023. It is now read-only.

Commit

Permalink
python script updated
Browse files Browse the repository at this point in the history
  • Loading branch information
moneroexamples committed Aug 19, 2019
1 parent 370f28b commit cbbf1f9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 0 additions & 1 deletion scripts/batch_import_test.py
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

# 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=""):
Expand Down
3 changes: 2 additions & 1 deletion src/CurrentBlockchainStatus.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ CurrentBlockchainStatus::monitor_blockchain()
break;
}

OMVLOG1 << "PoolQueue size: "
//OMVLOG1 << "PoolQueue size: "
OMINFO << "PoolQueue size: "
<< TP::DefaultThreadPool::queueSize();

update_current_blockchain_height();
Expand Down

0 comments on commit cbbf1f9

Please sign in to comment.