fix 0 cash-out commission bug

This commit is contained in:
Josh Harvey 2017-05-25 16:19:58 +01:00
parent bcf72a0285
commit b6fce47069
4 changed files with 28 additions and 12 deletions

View file

@ -28,7 +28,6 @@ function computeSeed (masterSeed) {
}
function fetchWallet (settings, cryptoCode) {
console.log('DEBUG102')
return fs.readFile(options.seedPath, 'utf8')
.then(hex => {
const masterSeed = Buffer.from(hex.trim(), 'hex')