Kixunil / btc-rpc-proxy

Finer-grained permission management for bitcoind.
MIT License
63 stars 18 forks source link

Implement getblockfrompeer #24

Open kroese opened 2 years ago

kroese commented 2 years ago

Recent versions of bitcoind expose a new RPC call: getblockfrompeer

Would it be an idea to use this function to retrieve the blocks instead of the custom code?