Skip to content

Commit eb86558

Browse files
committed
main.cpp:total:script:miniscript:json
1 parent fdfa5d9 commit eb86558

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ static bool run(std::string&& line, int64_t count) {
2323
assert(str);
2424

2525
printf(
26-
"\n{ \"X\":\"X\",\n\"2\":\"%17.10f\",\n\"3\":\"%5i\",\n\"4\":\"%s\"\n }\n",
26+
"\n{ \"X\":\"X\",\n\"total\":\"%17.10f\",\n\"script\":\"%5i\",\n\"miniscript\":\"%s\"\n }\n",
2727
ret->ScriptSize() + avgcost, (int)ret->ScriptSize(),
2828
Abbreviate(std::move(*str)).c_str()
2929
);

0 commit comments

Comments
 (0)