export the rpc's 'destroy' method via pinpad

This commit is contained in:
ansuz 2019-09-18 15:02:32 +02:00
parent 5c984854c7
commit e5b7c052bd

View file

@ -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;