Refactor OnChargeEVMTransaction#646
Conversation
|
I don't understand this change. The priority fee is never subtracted twice from the sender, and is up to the If we completely remove For example: In this case, 20 is deducted initially from the sender. Then 15 burned, 5 tipped and 0 refunded. In this same case, if the implementation for In this other case, 20 is deducted initially from the sender. Then 5 burn, 10 tipped and 5 refunded. In this same case, if the implementation for |
(1) Your examples are all correct. case 1: 20 is deducted initially from the sender. 0 refunded, 15 burned + 5 tipped = adjusted_paid For the substrate blockchain which total issuance is fixed, and the upper implementation of Maybe |
I see, then the issue is not on the default |
|
@tgmichel please review again |
|
Thank you @icodezjb . Although I understand your problem and the change you are proposing, I still fail to see the difference or the value added comparing to what is currently implemented. Let me reiterate, you can achieve what you want at the runtime level. In your project, if you want |
|
Archive this PR. |
No description provided.