Skip to content

Commit

Permalink
update CoinManager
Browse files Browse the repository at this point in the history
  • Loading branch information
fanatid committed Jun 27, 2015
1 parent 56deec7 commit d46850e
Show file tree
Hide file tree
Showing 4 changed files with 221 additions and 251 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ ccwallet._assets.AssetTarget = require('./lib/assets/target')
ccwallet._assets.AssetValue = require('./lib/assets/value')

//
// ccwallet.coin = require('./lib/coin')
// ccwallet.history = require('./lib/history')
ccwallet._coin = {}
ccwallet._coin.manager = require('./lib/coin/manager')

// storage
ccwallet._storage = {}
Expand Down

0 comments on commit d46850e

Please sign in to comment.