utxostack / ckb-bitcoin-spv-service

Synchronize headers to Bitcoin SPV clients running on the CKB chain.
MIT License
1 stars 4 forks source link

feat: support dynamic CKB fee rate #17

Closed yangby-cryptape closed 5 months ago

yangby-cryptape commented 5 months ago

This JSON-RPC method is unreasonable, do NOT use it directly.

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.

yangby-cryptape commented 5 months ago

Maybe we could merge it for temporary use, before a better solution came.