nervosnetwork / ckb-sdk-rust

Rust SDK for Nervos CKB
MIT License
20 stars 29 forks source link

Fix `fn get_fee_rate_statistics` return type #93

Closed eval-exec closed 11 months ago

eval-exec commented 11 months ago

Ref: https://github.com/nervosnetwork/ckb/blob/cff0cabc02b7d841053f818330a5e9d07c863130/rpc/src/module/chain.rs#L1605-L1607

The first argument of get_fee_rate_statistics should be target, and its return type should be an Option

@quake Request for review, and we need to publish a new cargo release.