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
I have been suggestion, that to use the median fee rate which is fetched through the CKB RPC method get_fee_rate_statistics as the dynamic CKB fee rate to send CKB transactions.
But after few days test, I found some issues of this implementation.
If someone sent a large-fee transaction, even all blocks are nearly empty, 1000 is enough, the dynamic fee rate API will still return a large number.