allow single address wallet for auditable reasons
This commit is contained in:
parent
3790442932
commit
f961247b2d
8 changed files with 23 additions and 7 deletions
|
|
@ -99,12 +99,12 @@ describe('createController', function() {
|
|||
},
|
||||
}; // TODO: Read from file
|
||||
|
||||
beforeEach(function(done){
|
||||
beforeEach(function(done) {
|
||||
mocks.init(fixtures, 'createController', {}, done);
|
||||
})
|
||||
|
||||
|
||||
afterEach(function(done){
|
||||
afterEach(function(done) {
|
||||
mocks.clear({}, done);
|
||||
});
|
||||
|
||||
|
|
@ -125,6 +125,7 @@ describe('createController', function() {
|
|||
scope.walletName = 'A test wallet';
|
||||
scope.isTestnet = false;
|
||||
scope.bwsurl = null;
|
||||
scope.isSingleAddress = false;
|
||||
scope.privateKey = 'legal winner thank year wave sausage worth useful legal winner thank yellow';
|
||||
scope._walletPrivKey = 'Kz4CFSTgLzoYfMkt97BTBotUbZYXjMts6Ej9HbVfCf5oLmun1BXy';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue