From df25525768f52ae2ced958b2f2c8fa0f4ff4bc45 Mon Sep 17 00:00:00 2001 From: Gautham Ganesh Elango Date: Wed, 1 Jul 2020 15:09:43 +1000 Subject: [PATCH] updated --- 18_3_Accessing_Bitcoind_with_NodeJS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/18_3_Accessing_Bitcoind_with_NodeJS.md b/18_3_Accessing_Bitcoind_with_NodeJS.md index 196bf5e..0b2ef0e 100644 --- a/18_3_Accessing_Bitcoind_with_NodeJS.md +++ b/18_3_Accessing_Bitcoind_with_NodeJS.md @@ -171,7 +171,7 @@ $ bitcoin-cli getnewaddress -addresstype legacy 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