Home
Phabricator
Search
Configure Global Search
Log In
Transactions
D4077
Change Details
Change Details
Old
New
Diff
``` make check-all ```
``` make ./src/qt/bitcoin-qt -regtest ``` 1. Open the "Send" dialog. 2. Enter a BCH testnet address. 3. Enter a valid amount. 4. Press "Send" button, at bottom. 5. Check that the confirmation message is Ok.
```
make
make check-all
./src/qt/bitcoin-qt -regtest
```
1. Open the "Send" dialog. 2. Enter a BCH testnet address. 3. Enter a valid amount. 4. Press "Send" button, at bottom. 5. Check that the confirmation message is Ok.
Continue