mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-12-08 19:53:27 +01:00
641 B
641 B
Deprecated or removed RPCs
- The wallet's
generateRPC method was deprecated in v0.18 and has now been fully removed. This RPC is only used for testing, but its implementation reached across multiple subsystems (wallet and mining), so it has been removed to simplify the wallet-node interface. Projects that are usinggeneratefor testing purposes should transition to using thegeneratetoaddressRPC, which does not require or use the wallet component. Callinggeneratetoaddresswith an address returned by thegetnewaddressRPC gives the same functionality as the oldgenerateRPC.