mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 12:32:48 +01:00
1e0aa634b2
890396cbd5 cli: replace testnet with chain and return network name as per BIP70. (fanquake) Pull request description: Related IRC discussion [here (line 151)](http://www.erisian.com.au/bitcoin-core-dev/log-2019-03-09.html). Tree-SHA512: 8bdbacc7b8ce8bd2cc7c47aa9d73f2830a7c2e2ec43686430e3fba1a9db0e53a285467f26cde6dcc3bf948b7d6d59b9b7f184ce1a30a8970f39e5396dfc122f0
208 B
208 B
Miscellaneous CLI Changes
- The
testnet
field indash-cli -getinfo
has been renamed tochain
and now returns the current network name as defined in BIP70 (main, test, regtest).