fix wrong fmt string
This commit is contained in:
parent
7cf67b3094
commit
d01c6fd902
@ -273,7 +273,7 @@ TEH_RESPONSE_compile_transaction_history (
|
|||||||
if (0 !=
|
if (0 !=
|
||||||
json_array_append_new (
|
json_array_append_new (
|
||||||
history,
|
history,
|
||||||
json_pack ("{s:s, s:o, s:o, s:o, s:o, s:o, s:o, s:o, s:o}",
|
json_pack ("{s:s, s:o, s:o, s:o, s:o, s:o, s:o}",
|
||||||
"type",
|
"type",
|
||||||
"OLD-COIN-RECOUP",
|
"OLD-COIN-RECOUP",
|
||||||
"amount",
|
"amount",
|
||||||
|
Loading…
Reference in New Issue
Block a user