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
{{ message }}
This repository was archived by the owner on Feb 5, 2025. It is now read-only.
Currently we set the fee recipient to header.fee_info_account(). The account in the fee info is the one paying the fee, not receiving it. The fee recipient account is currently the same for every block, and is defined in the ChainConfig.
The text was updated successfully, but these errors were encountered:
Currently we set the fee recipient to
header.fee_info_account()
. The account in the fee info is the one paying the fee, not receiving it. The fee recipient account is currently the same for every block, and is defined in theChainConfig
.The text was updated successfully, but these errors were encountered: