Skip to content

Commit

Permalink
fixed json format
Browse files Browse the repository at this point in the history
  • Loading branch information
Mita23456 committed Sep 26, 2019
1 parent 67c16b9 commit daa211b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/ckb/StratumCkb.cc
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,11 @@ string StratumJobCkb::serializeToJson() const {
""
",\"jobid\":%" PRIu64
""
",\"pow_hash\":\"%s\","
",\"parent_hash\":\"%s\","
"\"height\":%" PRIu64
",\"pow_hash\":\"%s\""
",\"parent_hash\":\"%s\""
",\"height\":%" PRIu64
""
"\"target\":\"%s\","
",\"target\":\"%s\""
""
",\"timestamp\":%" PRIu64
""
Expand Down

0 comments on commit daa211b

Please sign in to comment.