fix 0 cash-out commission bug
This commit is contained in:
parent
bcf72a0285
commit
b6fce47069
4 changed files with 28 additions and 12 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue