Skip to content

Commit 68b0a41

Browse files
authored
Update Help.md
1 parent fdc4d19 commit 68b0a41

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Docs/Help.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,6 @@ fun fromDeployToJsonString(deploy: Deploy):String {
587587
val approvalJsonStr: String = "\"approvals\": [{\"signer\": \"" + deploy.approvals.get(0).signer + "\",\"signature\": \"" + deploy.approvals.get(0).signature + "\"}]"
588588
val hashStr = "\"hash\": \"" + deploy.hash + "\""
589589
val deployJsonStr: String = "{\"id\": 1,\"method\": \"account_put_deploy\",\"jsonrpc\": \"2.0\",\"params\": [{" + headerString + ","+paymentJsonStr + "," + sessionJsonStr + "," + approvalJsonStr + "," + hashStr + "}]}"
590-
println(deployJsonStr)
591590
return deployJsonStr
592591
}
593592
```

0 commit comments

Comments
 (0)