mirror of
https://github.com/mimblewimble/grin.git
synced 2025-02-01 17:01:09 +03:00
default run_wallet_owner_api to false
This commit is contained in:
parent
4da92c5d75
commit
d5f7f4cf2f
1 changed files with 3 additions and 1 deletions
|
@ -66,7 +66,9 @@ run_tui = true
|
||||||
run_wallet_listener = true
|
run_wallet_listener = true
|
||||||
|
|
||||||
# Whether to run the web-wallet API (will only run on localhost)
|
# Whether to run the web-wallet API (will only run on localhost)
|
||||||
run_wallet_owner_api = true
|
# grin wallet web will run this automatically, so this should
|
||||||
|
# only be set to true for test/development purposes
|
||||||
|
run_wallet_owner_api = false
|
||||||
|
|
||||||
#Whether to run a test miner. This is only for developer testing (chaintype
|
#Whether to run a test miner. This is only for developer testing (chaintype
|
||||||
#usertesting) at cuckoo 16, and will only mine into the default wallet port.
|
#usertesting) at cuckoo 16, and will only mine into the default wallet port.
|
||||||
|
|
Loading…
Reference in a new issue