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
If the given redeemer is the only one redeeming for the last few hours and the Bitcoin TX fee estimation did not change, the redemption proposal for the second (valid!) redemption request will be ignored as a duplicate.
One possible option to fix this could be to shorten the caching period for this particular event. There may be better solutions but I can't think of any right now.
The text was updated successfully, but these errors were encountered:
@lukasz-zimnoch, this was opened by Piotr but did not have an owner. Temporarily tagging you here, feel free to reassign or deprioritize if this is not urgent
The deduplicator for redemption proposal events takes into account redeemer output script and redemption TX fee:
keep-core/pkg/tbtc/deduplicator.go
Lines 203 to 208 in c83fc9a
If the given redeemer is the only one redeeming for the last few hours and the Bitcoin TX fee estimation did not change, the redemption proposal for the second (valid!) redemption request will be ignored as a duplicate.
One possible option to fix this could be to shorten the caching period for this particular event. There may be better solutions but I can't think of any right now.
The text was updated successfully, but these errors were encountered: