Fix typo in backend/README.md

This commit is contained in:
wiz 2022-06-14 08:31:48 +09:00 committed by GitHub
parent 0493d57b2e
commit 109de73691
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -199,7 +199,7 @@ nodemon src/index.ts --ignore cache/ --ignore pools.json
./src/bitcoin-cli sendtoaddress # will print the help
```
* Mini script to generate txs with random fx rate (between 1 to 100 sat/vB). It's slow so don't expect to use this to test mempool spam, except if you let it run for a long time, or maybe with multiple regtest node connected to each other.
* Mini script to generate transactions with random TX fee-rate (between 1 to 100 sat/vB). It's slow so don't expect to use this to test mempool spam, except if you let it run for a long time, or maybe with multiple regtest node connected to each other.
```
#!/bin/bash
address=$(./src/bitcoin-cli -regtest -rpcport=8332 getnewaddress)