📝 Share Your Feedback on Twitter and Claim 1M Free GetBlock Requests

bsv
Bitcoin-SV (BSV)

Method: POST reconsiderblock

dropdown

方法 RPC reconsiderblock 例如 Bitcoin-SV (BSV)

POST reconsiderblock

Method not allowed

删除块及其后代的无效状态,重新考虑它们以进行激活。

这可用于撤消InvalidateBlock的效果。

Parameters

blockhash - 要求串

重新考虑块的哈希

Request

curl --location --request POST 'https://bsv.getblock.io/mainnet/' 
--header 'x-api-key: YOUR-API-KEY' 
--header 'Content-Type: application/json' 
--data-raw '{"jsonrpc": "2.0",
"method": "reconsiderblock",
"params": [null],
"id": "getblock.io"}'


Response

{
    "result": "null",
    "id": "getblock.io",
    "status_code": 405,
    "message": "Method not allowed"
}