btc: fix walletModal fprint, balance.js initial state

This commit is contained in:
pkova 2021-04-14 19:56:01 +03:00 committed by ixv
parent b95b167646
commit b3d0919cba
2 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@ export default class Balance extends Component {
BTC: 1,
},
denomination: "USD",
sending: true,
sending: false,
}
}

View File

@ -88,7 +88,7 @@ export default class WalletModal extends Component {
const command = {
"add-wallet": {
"xpub": xpub,
"fprint": [0, 0],
"fprint": [4, 0],
"scan-to": null,
"max-gap": 8,
"confs": 1