I am using the IPC socket to send the method; it returns:
{ id: 1, jsonrpc: '2.0',error: { code: -32601, message: 'admin_chainSyncStatus method not implemented' } }
payload looks like:
{jsonrpc: '2.0',method: 'admin_chainSyncStatus',params: [],id: 1};
Is the method no longer implemented?
Thanks,
Ryan