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 {
|
||||
return nil, DeserializationError{err}
|
||||
}
|
||||
block, err := chainClient.GetBlockVerbose(hash)
|
||||
block, err := chainClient.GetBlockVerboseTx(hash)
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue