From baf198282105fa0f41f97b80820ab79aa02fc6ef Mon Sep 17 00:00:00 2001 From: Derek Miller Date: Sat, 16 Jan 2016 17:06:50 -0600 Subject: [PATCH] Fix typo --- src/js/services/profileService.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/services/profileService.js b/src/js/services/profileService.js index 8ec4e8f94..8c4a284eb 100644 --- a/src/js/services/profileService.js +++ b/src/js/services/profileService.js @@ -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) {