1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-28 23:06:37 +01:00

Update Gas when asset is changed

This commit is contained in:
Thomas 2019-11-21 17:19:33 -08:00 committed by Mark Stacey
parent 9295155620
commit 42813508bc

View File

@ -165,6 +165,7 @@ export default class SendTransactionScreen extends PersistentForm {
if (selectedTokenAddress && prevTokenAddress !== selectedTokenAddress) {
this.updateSendToken()
this.updateGas()
}
}