Fix typo
This commit is contained in:
parent
d5516ed394
commit
baf1982821
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue