mirror of
https://github.com/LBRYFoundation/lbcwallet.git
synced 2025-08-23 17:47:29 +00:00
rpc/legacy: update to latest btcrpcclient API
This commit is contained in:
parent
02b0f7d51c
commit
2fb155724f
1 changed files with 1 additions and 1 deletions
|
@ -1250,7 +1250,7 @@ func listSinceBlock(icmd interface{}, w *wallet.Wallet, chainClient *chain.RPCCl
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, DeserializationError{err}
|
return nil, DeserializationError{err}
|
||||||
}
|
}
|
||||||
block, err := chainClient.GetBlockVerbose(hash)
|
block, err := chainClient.GetBlockVerboseTx(hash)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, err
|
return nil, err
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue