mirror of
https://github.com/LBRYFoundation/lbcd.git
synced 2025-08-31 09:21:31 +00:00
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":
|
case "getrawtransaction":
|
||||||
// getrawtransaction can either return a JSON object or a
|
// getrawtransaction can either return a JSON object or a
|
||||||
// hex-encoded string depending on the verbose flag. Choose the
|
// hex-encoded string depending on the verbose flag. Choose the
|
||||||
// right form accordingly.=
|
// right form accordingly.
|
||||||
if bytes.IndexByte(objmap["result"], '{') > -1 {
|
if bytes.IndexByte(objmap["result"], '{') > -1 {
|
||||||
var res TxRawResult
|
var res TxRawResult
|
||||||
err = json.Unmarshal(objmap["result"], &res)
|
err = json.Unmarshal(objmap["result"], &res)
|
||||||
|
|
Loading…
Add table
Reference in a new issue