You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now the block reward calculation is in CkbUtils#update_block_reward with some other methods.
The CkbUtils class is too large, and this methods actually modified underlying models, not suitable in the "utils" class.
So we should refactor block reward calculation into separate class.
The text was updated successfully, but these errors were encountered:
Now the block reward calculation is in
CkbUtils#update_block_reward
with some other methods.The
CkbUtils
class is too large, and this methods actually modified underlying models, not suitable in the "utils" class.So we should refactor block reward calculation into separate class.
The text was updated successfully, but these errors were encountered: