From 6122b9b356a8d1bc041c2e7dae7e9fcd7b9db4cf Mon Sep 17 00:00:00 2001 From: Javier Vargas Date: Wed, 24 Jun 2020 13:29:30 +0200 Subject: [PATCH] 15_2_Programming_Bitcoind_with_C.md --- 15_2_Programming_Bitcoind_with_C.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/15_2_Programming_Bitcoind_with_C.md b/15_2_Programming_Bitcoind_with_C.md index a72588c..6e49505 100644 --- a/15_2_Programming_Bitcoind_with_C.md +++ b/15_2_Programming_Bitcoind_with_C.md @@ -512,7 +512,7 @@ int main(int argc, char *argv[]) { /* 5.2 Create the Output Parameters */ - json_t *outputparams = NULL; + json_t *outputparams = NULL; outputparams = json_object(); char tx_amount_string[32];