public-pool icon indicating copy to clipboard operation
public-pool copied to clipboard

patch rpc-bitcoin to be compatible with bitcoin core 28.0

Open remcoros opened this issue 4 months ago • 0 comments

rpc-bitcoin is not compatible with Bitcoin Core 28.0, see https://github.com/vansergen/rpc-bitcoin/pull/65

This PR is a (temporary?) solution while there is no new upstream package version available.

This uses the patch-package npm package. The postinstall script in package.json is automatically executed when npm i runs and this patches rpc-bitcoin.

remcoros avatar Oct 02 '24 22:10 remcoros