Remove extraneous character that got added to comment.
This commit is contained in:
parent
94451d7a9c
commit
a5169bd880
1 changed files with 1 additions and 1 deletions
|
@ -427,7 +427,7 @@ func ReadResultCmd(cmd string, message []byte) (Reply, error) {
|
|||
case "getrawtransaction":
|
||||
// getrawtransaction can either return a JSON object or a
|
||||
// hex-encoded string depending on the verbose flag. Choose the
|
||||
// right form accordingly.=
|
||||
// right form accordingly.
|
||||
if bytes.IndexByte(objmap["result"], '{') > -1 {
|
||||
var res TxRawResult
|
||||
err = json.Unmarshal(objmap["result"], &res)
|
||||
|
|
Loading…
Add table
Reference in a new issue