Thrown by the programmatic-tx runner when a transaction's confirmed fee
exceeds the configured ceiling (maxFee, default 5 DEM) and the caller
did not supply a confirmation callback to override the decision.
The transaction has been built, signed and confirmed by the time this
throws — it simply was NOT broadcast. Callers can catch this, inspect
info.validityData, and either raise maxFee or re-run with an explicit
confirm callback.
Thrown by the programmatic-tx runner when a transaction's confirmed fee exceeds the configured ceiling (
maxFee, default 5 DEM) and the caller did not supply a confirmation callback to override the decision.The transaction has been built, signed and confirmed by the time this throws — it simply was NOT broadcast. Callers can catch this, inspect
info.validityData, and either raisemaxFeeor re-run with an explicitconfirmcallback.