allow creating transaction proposal without a private key
This commit is contained in:
parent
b802171746
commit
aa55fdd89c
3 changed files with 14 additions and 6 deletions
|
|
@ -1,5 +1,5 @@
|
|||
angular.module('copayApp.controllers').controller('paperWalletController',
|
||||
function($scope, $timeout, $log, configService, profileService, go, addressService, txStatus, bitcore, ongoingProcess) {
|
||||
function($scope, $timeout, $log, $ionicModal, configService, profileService, go, addressService, txStatus, bitcore, ongoingProcess) {
|
||||
|
||||
var fc = profileService.focusedClient;
|
||||
var rawTx;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue