Closed youngqqcn closed 2 years ago
非posa engine的节点,应该也不用查
。good
---Original--- From: @.> Date: Mon, Aug 22, 2022 21:14 PM To: @.>; Cc: @.>;"Review @.>; Subject: Re: [qiyichain/peculiar] PR: add eth_checkWhitelist rpc implemention (PR #11)
非posa engine的节点,应该也不用查
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because your review was requested.Message ID: @.***>
curl -H "Content-Type: application/json" -X POST --data '{"jsonrpc":"2.0","method":"eth_checkWhitelist","params":["0xf513e4e5Ded9B510780D016c482fC158209DE9AA"],"id":1}' 172.16.100.104:8545 -s | jq
{
"jsonrpc": "2.0",
"id": 1,
"result": true
}
add eth_checkWhitelist rpc implemention for #10