Correct call to getrawtransaction
This commit is contained in:
parent
181f4bb749
commit
b36f1240b0
1 changed files with 1 additions and 1 deletions
|
@ -1861,7 +1861,7 @@ scanTxNative pipe db nodeUser nodePwd = do
|
||||||
nodeUser
|
nodeUser
|
||||||
nodePwd
|
nodePwd
|
||||||
"getrawtransaction"
|
"getrawtransaction"
|
||||||
[Data.Aeson.String txid]
|
[Data.Aeson.String txid, Number $ SC.scientific 1 0]
|
||||||
let content = getResponseBody txInfo :: RpcResponse RawTxResponse
|
let content = getResponseBody txInfo :: RpcResponse RawTxResponse
|
||||||
if isNothing (err content)
|
if isNothing (err content)
|
||||||
then return $ result content
|
then return $ result content
|
||||||
|
|
Loading…
Reference in a new issue