1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00

Skip loading indication from send screen

This commit is contained in:
Dan Finlay 2016-09-01 11:29:17 -07:00
parent 47b2ae1c5f
commit 7f947f8ab2

View File

@ -236,7 +236,6 @@ SendTransactionScreen.prototype.onSubmit = function () {
}
this.props.dispatch(actions.hideWarning())
this.props.dispatch(actions.showLoadingIndication())
var txParams = {
from: this.props.address,