From bb1ce2544906c710c79cefdc3773c24ea09196e5 Mon Sep 17 00:00:00 2001 From: Matthew Zipkin Date: Wed, 21 Nov 2018 12:19:20 -0800 Subject: [PATCH] wallet-http: create account: remove unused 'watch-only' --- lib/wallet/http.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/wallet/http.js b/lib/wallet/http.js index 8fec9e53..38d820a5 100644 --- a/lib/wallet/http.js +++ b/lib/wallet/http.js @@ -324,7 +324,6 @@ class HTTP extends Server { const options = { name: valid.str('account'), witness: valid.bool('witness'), - watchOnly: valid.bool('watchOnly'), type: valid.str('type'), m: valid.u32('m'), n: valid.u32('n'),