-
Notifications
You must be signed in to change notification settings - Fork 32
GH-606: Sweeping for ending the first stage #706
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
Conversation
| high_bytes, low_bytes, | ||
| )), | ||
| last_paid_timestamp: utils::from_unix_timestamp(last_paid_timestamp), | ||
| pending_payable_opt: None, |
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.
If this field is of no use, maybe remove it completely.
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.
Will be done in a different card.
| //descriptor | ||
| pub const CENTRAL_DELIMITER: char = '@'; | ||
| pub const CHAIN_IDENTIFIER_DELIMITER: char = ':'; | ||
| pub const DEFAULT_GAS_PRICE: u64 = 1; //TODO ?? Really |
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.
This should go away and wherever the constant is being used too.
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.
I've created a card addressing a removal of the gas-price parameter from the user interface and replacement by gas-price-margin instead.
No description provided.