This commit is contained in:
Derek Miller 2016-01-16 17:06:50 -06:00
commit baf1982821

View file

@ -692,7 +692,7 @@ angular.module('copayApp.services')
root._signWithTrezor = function(txp, cb) {
var fc = root.focusedClient;
$log.info('Requesting Trezor to sign the transaction');
$log.info('Requesting Trezor to sign the transaction');
var xPubKeys = lodash.pluck(fc.credentials.publicKeyRing, 'xPubKey');
trezor.signTx(xPubKeys, txp, fc.credentials.account, function(err, result) {