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
Introduces `DefaultCommitConfTarget`, a constant for the default
confirmation target (in blocks) for a supply commitment transaction.
This constant provides a sensible default for fee estimation, ensuring
that the commitment transaction is confirmed in a timely manner without
overpaying. Centralizing this value makes it easier to manage and adjust
in the future.
If we don't set `CommitConfTarget` field in state machine env to a
reasonable value fee estimation will fail.
0 commit comments