Skip to content

Commit

Permalink
gwmaker RSK: fix "rsk getwork fields failure" in jobmaker
Browse files Browse the repository at this point in the history
  • Loading branch information
YihaoPeng authored Mar 27, 2019
1 parent ee1ddc1 commit d16a45f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/rsk/GwMakerRsk.cc
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ string GwMakerHandlerRsk::constructRawMsg(JsonNode &r) {
return Strings::Format(
"{\"created_at_ts\":%u,"
"\"chainType\":\"%s\","
"\"rpcAddress\":\"%s\","
"\"rpcUserPwd\":\"%s\","
"\"rskdRpcAddress\":\"%s\","
"\"rskdRpcUserPwd\":\"%s\","
"\"target\":\"%s\","
"\"parentBlockHash\":\"%s\","
"\"blockHashForMergedMining\":\"%s\","
Expand Down

0 comments on commit d16a45f

Please sign in to comment.