15_2_Programming_Bitcoind_with_C.md

This commit is contained in:
Javier Vargas 2020-06-24 13:29:30 +02:00 committed by GitHub
parent ed53bf1ac0
commit 6122b9b356
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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];