You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I run bitcoin-abc 0.23.7 with -ecash=true
after synced ok, i use bitcoin-cli getnewaddress to generate a new address, i expecte an ecash address start with 'ecash:" will be genrated but only an address start with '1' to generate, so how to generate an address start with 'ecash:'
The text was updated successfully, but these errors were encountered:
See investigations in Bitcoin-ABC#436 .
Use of the Boost-internal (non-API!) BOOST_FILESYSTEM_C_STR has been replaced by string().
Test plan:
(on various platforms, both with Boost 1.80+ and existing platforms with
older Boost versions):
- Run `ninja check-all`
I run bitcoin-abc 0.23.7 with -ecash=true
after synced ok, i use bitcoin-cli getnewaddress to generate a new address, i expecte an ecash address start with 'ecash:" will be genrated but only an address start with '1' to generate, so how to generate an address start with 'ecash:'
The text was updated successfully, but these errors were encountered: