Skip to content

Create send max button and fee types#148

Merged
dangershony merged 14 commits intomasterfrom
max-send-button
Jun 6, 2020
Merged

Create send max button and fee types#148
dangershony merged 14 commits intomasterfrom
max-send-button

Conversation

@dangershony
Copy link
Copy Markdown
Member

No description provided.

this.DefaultBanTimeSeconds = 8000;
this.MaxTipAge = 2 * 60 * 60;
this.MinTxFee = Money.Coins(0.00001m).Satoshi;
this.MinTxFee = Money.Coins(0.01m).Satoshi;
Copy link
Copy Markdown

@aubergemediale aubergemediale Jun 5, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hard forks:
this.MaxTxFee = Money.Coins(1).Satoshi;
this.MinTxFee = Money.Coins(0.01m).Satoshi;

this.MaxTipAge = 2 * 60 * 60;
this.MinTxFee = Money.Coins(0.00001m).Satoshi;
this.MinTxFee = Money.Coins(0.01m).Satoshi;
this.MaxTxFee = Money.Coins(1).Satoshi;
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hard fork

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why? This is set to be the same as absolutely min fee.
Besides blocks won't get rejected based on fee it's just mempool relay problems at worth case will get effected

@thecrypt0hunter
Copy link
Copy Markdown
Contributor

@sondreb starting to make some changes to the home page based on this issue #147

@dangershony dangershony merged commit 75fa06c into master Jun 6, 2020
@dangershony dangershony deleted the max-send-button branch June 6, 2020 22:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants