Post
Topic
Board Development & Technical Discussion
Merits 2 from 2 users
Re: how does transaction fees work
by
nc50lc
on 07/07/2021, 01:55:32 UTC
⭐ Merited by hosseinimr93 (1) ,ETFbitcoin (1)
-snip-
Edit:
Can anyone confirm if there's such a rule?
I believe this is the part that you're looking for: https://github.com/bitcoin/bitcoin/blob/master/src/pow.cpp#L54-L59

If the actual time is less than 1/4 of the expected time, then it will be equal to 1/4 of it, not any lower.
If the actual time is more than x4 of the expected time, then it will be equal to x4 of it, not any higher.