mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-01 11:33:41 +03:00
btc: fix walletModal fprint, balance.js initial state
This commit is contained in:
parent
b95b167646
commit
b3d0919cba
@ -40,7 +40,7 @@ export default class Balance extends Component {
|
||||
BTC: 1,
|
||||
},
|
||||
denomination: "USD",
|
||||
sending: true,
|
||||
sending: false,
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user