From e5b7c052bda5ffd528af8eae4ff88f9bd9f79a40 Mon Sep 17 00:00:00 2001 From: ansuz Date: Wed, 18 Sep 2019 15:02:32 +0200 Subject: [PATCH] export the rpc's 'destroy' method via pinpad --- www/common/pinpad.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/www/common/pinpad.js b/www/common/pinpad.js index d63d5bb0d..48c62f3da 100644 --- a/www/common/pinpad.js +++ b/www/common/pinpad.js @@ -17,6 +17,8 @@ var factory = function (Util, Rpc) { var exp = {}; + exp.destroy = rpc.destroy; + // expose the supplied publicKey as an identifier exp.publicKey = edPublic;