diff --git a/rpc/legacyrpc/methods.go b/rpc/legacyrpc/methods.go index 760bb07..dc6ca2d 100644 --- a/rpc/legacyrpc/methods.go +++ b/rpc/legacyrpc/methods.go @@ -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 }