mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-21 11:08:55 +00:00
fix: remove recipient selector from StatusETHTransactionModal
This commit is contained in:
parent
9283e68421
commit
83079cd147
@ -107,16 +107,6 @@ ModalPopup {
|
||||
minRequiredAssetBalance: 0
|
||||
onSelectedAccountChanged: if (isValid) { gasSelector.estimateGas() }
|
||||
}
|
||||
RecipientSelector {
|
||||
id: selectRecipient
|
||||
visible: false
|
||||
accounts: root.ensUsernamesStore.walletAccounts
|
||||
contactsStore: root.contactsStore
|
||||
isValid: true
|
||||
selectedRecipient: { "address": root.ensUsernamesStore.getEnsRegisteredAddress(), "type": RecipientSelector.Type.Address }
|
||||
readOnly: true
|
||||
onSelectedRecipientChanged: if (isValid) { gasSelector.estimateGas() }
|
||||
}
|
||||
GasSelector {
|
||||
id: gasSelector
|
||||
visible: true
|
||||
@ -160,7 +150,7 @@ ModalPopup {
|
||||
"symbol": "ETH",
|
||||
"fiatValue": gasSelector.selectedGasFiatValue
|
||||
}
|
||||
toAccount: selectRecipient.selectedRecipient
|
||||
toAccount: { "address": root.ensUsernamesStore.getEnsRegisteredAddress(), "type": RecipientSelector.Type.Address }
|
||||
asset: root.asset
|
||||
currency: root.ensUsernamesStore.getCurrentCurrency()
|
||||
amount: {
|
||||
|
2
vendor/status-go
vendored
2
vendor/status-go
vendored
@ -1 +1 @@
|
||||
Subproject commit 956cc1870ea72871b8e929f63f812799456c1460
|
||||
Subproject commit 92a622d6fbf754e320203ab551c5be9b21b1ef85
|
Loading…
x
Reference in New Issue
Block a user