Skip to content

Commit

Permalink
Add createNewWallet back to the exports
Browse files Browse the repository at this point in the history
  • Loading branch information
OstlerDev committed Dec 15, 2017
1 parent 9224e6b commit 64dd209
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions oipmw.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
import { Wallet } from './wallet/wallet.js'
import { createNewWallet, Wallet } from './wallet/wallet.js'
import * as Networks from './coins/networks'
import * as util from './util'

const OIPMW = {
Wallet: Wallet,
Networks: Networks,
util: util
util: util,
createNewWallet: createNewWallet
}

export default OIPMW

0 comments on commit 64dd209

Please sign in to comment.