update to use pkr.networkName
This commit is contained in:
parent
60ed55b564
commit
8e8bf1fb84
4 changed files with 14 additions and 8 deletions
|
|
@ -365,5 +365,9 @@ describe('Wallet model', function() {
|
|||
});
|
||||
|
||||
});
|
||||
|
||||
it('#getNetworkName', function() {
|
||||
var w = createW();
|
||||
w.getNetworkName().should.equal('testnet');
|
||||
});
|
||||
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue