mwcproject / mwc-wallet

MWC Wallet for Full Node
Apache License 2.0
18 stars 22 forks source link

mwc-wallet cli doesn't respect '--external' #31

Closed bayk closed 2 months ago

bayk commented 2 months ago

How to reproduce Starting listener in both CLI and command line mode, from the message it is easy to see that in cli mode listening address is not changed from 127.0.0.1 to expected value 0.0.0.0

'owner_api --run_foreign' doesn't respect that flag as well. I think it is expected, we don't want owner api run on 0.0.0.0

bayk commented 2 months ago

Trying to reproduce, everything works fine. --external changing config 'api_listen_interface' to 0.0.0.0 correctly in cli and non cli modes.