-
Notifications
You must be signed in to change notification settings - Fork 5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ensures that transactions cannot be confirmed if gas limit is below 21000 #6625
Conversation
@@ -30,6 +30,7 @@ export default class AdvancedTabContent extends Component { | |||
super(props) | |||
|
|||
this.debouncedGasLimitReset = debounce((dVal) => { | |||
console.log('------------123123123123123123----------------') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: console.log
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@whymarrh this is fixed
3a0b768
to
b982e71
Compare
b982e71
to
6e751b6
Compare
We cannot send coins from desktop extension on our chain, because we have lower gas fee than Ethereum. That should be fixed.. |
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
Fixes #6373.
Ensures that transactions cannot be confirmed if gas limit is below 21000.