mirror of
https://github.com/monero-project/monero.git
synced 2025-07-23 14:10:45 -04:00
wallet2: check wallet compatibility with daemon's hard fork version
This commit is contained in:
parent
af4f97bf66
commit
864a78ee5f
15 changed files with 251 additions and 30 deletions
|
@ -55,7 +55,7 @@ monerod_extra = [
|
|||
["--add-exclusive-node", "127.0.0.1:18283"],
|
||||
["--add-exclusive-node", "127.0.0.1:18282"],
|
||||
]
|
||||
wallet_base = [builddir + "/bin/monero-wallet-rpc", "--wallet-dir", WALLET_DIRECTORY, "--rpc-bind-port", "wallet_port", "--disable-rpc-login", "--rpc-ssl", "disabled", "--daemon-ssl", "disabled", "--log-level", "1"]
|
||||
wallet_base = [builddir + "/bin/monero-wallet-rpc", "--wallet-dir", WALLET_DIRECTORY, "--rpc-bind-port", "wallet_port", "--disable-rpc-login", "--rpc-ssl", "disabled", "--daemon-ssl", "disabled", "--log-level", "1", "--allow-mismatched-daemon-version"]
|
||||
wallet_extra = [
|
||||
["--daemon-port", "18180"],
|
||||
["--daemon-port", "18180"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue