From 493101a87e6f4f81249cd74ef8580d3fe12a6d1e Mon Sep 17 00:00:00 2001 From: Keshav Gupta Date: Sun, 18 Sep 2022 17:49:31 +0200 Subject: [PATCH] Implementation suggestions to example --- content/docs/rfcs/41/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/rfcs/41/README.md b/content/docs/rfcs/41/README.md index 499f6619..b67699cd 100644 --- a/content/docs/rfcs/41/README.md +++ b/content/docs/rfcs/41/README.md @@ -98,7 +98,7 @@ This function MUST fire the `MemberWithdrawn` event for each member slashed from * `event MemberWithdrawn(uint256 indexed pubkey, uint256 indexed index)` -# Implementation Suggestions +# Example Implementation Complete implementation of this contract can be found at https://github.com/vacp2p/rln-contract