mirror of
https://github.com/ChristopherA/Learning-Bitcoin-from-the-Command-Line.git
synced 2025-06-07 07:56:31 +00:00
15_2_Programming_Bitcoind_with_C.md
This commit is contained in:
parent
ed53bf1ac0
commit
6122b9b356
@ -512,7 +512,7 @@ int main(int argc, char *argv[]) {
|
|||||||
|
|
||||||
/* 5.2 Create the Output Parameters */
|
/* 5.2 Create the Output Parameters */
|
||||||
|
|
||||||
json_t *outputparams = NULL;
|
json_t *outputparams = NULL;
|
||||||
outputparams = json_object();
|
outputparams = json_object();
|
||||||
|
|
||||||
char tx_amount_string[32];
|
char tx_amount_string[32];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user