Compatibility for wallets
This commit is contained in:
parent
c3e5582fb8
commit
202a047edc
3 changed files with 103 additions and 2 deletions
|
|
@ -69,6 +69,9 @@ var createBundle = function(opts) {
|
|||
b.require('./js/models/Insight', {
|
||||
expose: '../js/models/Insight'
|
||||
});
|
||||
b.require('./js/models/Compatibility', {
|
||||
expose: '../js/models/Compatibility'
|
||||
});
|
||||
b.require('./js/models/PrivateKey', {
|
||||
expose: '../js/models/PrivateKey'
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue