Merge #11203: rpc: add wtxid to mempool entry output
commitd745b4cf7b0946184992d741b286bfdd28c68453
authorWladimir J. van der Laan <laanwj@gmail.com>
Wed, 6 Sep 2017 18:56:53 +0000 (6 20:56 +0200)
committerWladimir J. van der Laan <laanwj@gmail.com>
Wed, 6 Sep 2017 18:57:18 +0000 (6 20:57 +0200)
treecf41d0033495d4943c1681c30ba9df3017f12bad
parent59e17899a762c08ce9a9edd7f464e884edbe8654
parent617c459c6c56911e70855dbe139ab095f435e73e
Merge #11203: rpc: add wtxid to mempool entry output

617c459c6 qa: rpc test for wtxid in mempool entry (Suhas Daftuar)
7e5d5965d RPC: add wtxid to mempool entry output (Suhas Daftuar)

Pull request description:

  We already cache this information in the mempool, so including it in the output of rpc calls is basically free.

Tree-SHA512: 2757e1bfca028103937e4b76ce1a5d805846bad5d3d9dd631dcc5f87721bcc0e9d19e437e02053ef1dd3b38b503f0fca8c0b8492cac37dfbd70256a3665f704c
src/rpc/blockchain.cpp
test/functional/segwit.py