From 45a589364e045396fcfd984f769677596a2dd44e Mon Sep 17 00:00:00 2001 From: Gav Wood Date: Tue, 9 Jun 2015 19:35:40 +0900 Subject: [PATCH] Add Sentinel RPC spec. --- libethereum/Sentinel.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 libethereum/Sentinel.json diff --git a/libethereum/Sentinel.json b/libethereum/Sentinel.json new file mode 100644 index 000000000..743e4ce44 --- /dev/null +++ b/libethereum/Sentinel.json @@ -0,0 +1,3 @@ +[ + { "name": "eth_badBlock", "params": [ {} ], "order": [], "returns": 0 } +]