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