mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-09-11 21:20:39 +02:00
539 B
539 B
IPC Interface
-
BlockTemplate.submitSolutionnow returnsreasonanddebugrejection details in addition to the boolean result. Clients must regenerate IPC bindings from the updatedmining.capnpschema to use the new method. The previous@7method now returns an error directing clients to update. (#34672) -
BlockTemplate.submitSolutionnow reports duplicate blocks as failures withreason="duplicate", matchingMining.submitBlock, instead of returning success for duplicate submissions. (#34672)