VeriBlock / vbk-ri-btc

Bitcoin Core integration/staging tree
https://bitcoincore.org/en/download
Other
4 stars 6 forks source link

Clarify the listconfig response for securityInheriting.vbtc.autoMineRounds #163

Closed Leonardiae closed 4 years ago

Leonardiae commented 4 years ago

I think the automineround settings can be improved when using listconfig:

listconfig
Configuration Properties:
...
        securityInheriting.vbtc.autoMineRounds=[
    # .\application.conf: 15
    1,
    # .\application.conf: 15
    2,
    # .\application.conf: 15
    4
]

I was expecting to see something like this instead: securityInheriting.vbtc.autoMineRounds=[1,2,4]

Warchant commented 4 years ago

As I recall, @PCasafont mentioned that listconfig does not support printing/assigning of arrays (yet).

BernatCarbo commented 4 years ago

Solved at https://github.com/VeriBlock/nodecore/commit/77e6134fadeffcb3af4efe662a5e4475ee5312ef