From d661496541d2c03d0f3f295c4ebe446fb5d29c95 Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Thu, 15 Dec 2016 19:20:12 -0800 Subject: [PATCH] rpc: minor. --- lib/http/rpc.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/http/rpc.js b/lib/http/rpc.js index 252833eb..9bfb1983 100644 --- a/lib/http/rpc.js +++ b/lib/http/rpc.js @@ -1663,6 +1663,7 @@ RPC.prototype.__template = co(function* _template(version, coinbase, rules) { }, coinbasevalue: attempt.coinbase.getOutputValue(), coinbasetxn: undefined, + default_witness_commitment: undefined, transactions: txs };