add version to networking
This commit is contained in:
parent
81c56d0a41
commit
2e99d9a8ea
12 changed files with 46 additions and 25 deletions
|
|
@ -53,6 +53,7 @@ describe('Wallet model', function() {
|
|||
|
||||
c.networkName = config.networkName;
|
||||
c.verbose = config.verbose;
|
||||
c.version = '0.0.1';
|
||||
|
||||
return new Wallet(c);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue