Browse Source

fix case

activeAddress
Matias Alejo Garcia 10 years ago
parent
commit
017305f217
  1. 2
      lib/server.js

2
lib/server.js

@ -23,7 +23,7 @@ var Wallet = require('./model/wallet');
var Copayer = require('./model/copayer');
var Address = require('./model/address');
var TxProposal = require('./model/txproposal');
var Notification = require('./model/Notification');
var Notification = require('./model/notification');
var initialized = false;
var storage;

Loading…
Cancel
Save