Fix for issue #318 (#323)

* Rename wallet 'receive' to 'listen'
* Handle use of previous 'receive' command gracefully and clarify docs
This commit is contained in:
Andrew Bellenie
2017-11-19 06:50:01 +00:00
committed by Ignotus Peverell
parent caee282fcc
commit 2d1ed9ba52
8 changed files with 50 additions and 18 deletions
+1 -1
View File
@@ -205,7 +205,7 @@ fn test_read_config() {
#Mining section is optional, if it's not here it will default to not mining
[mining]
enable_mining = true
wallet_receiver_url = "http://127.0.0.1:13415"
wallet_listener_url = "http://127.0.0.1:13415"
burn_reward = false
#testing value, optional
#slow_down_in_millis = 30