This commit is contained in:
Gautham Ganesh Elango 2020-07-01 15:09:43 +10:00
parent 241d4d78c8
commit df25525768
No known key found for this signature in database
GPG Key ID: 420E32E35B3FDBA2

View File

@ -171,7 +171,7 @@ $ bitcoin-cli getnewaddress -addresstype legacy
mtGPcBvRPZFEHo2YX8un9qqPBydhG82uuZ mtGPcBvRPZFEHo2YX8un9qqPBydhG82uuZ
``` ```
In BCRPC ```getnewaddress``` is in camelCase (```getNewAddress```) and the flags are normally separated by spaces are put in strings and separated by commas. In BCRPC ```getnewaddress``` is in camelCase (```getNewAddress```) and the that flags are normally separated by spaces are instead put in strings and separated by commas.
### List transactions ### List transactions