From d2d2b216df1b2f29ef94d3e4793b9039e8aaeae7 Mon Sep 17 00:00:00 2001 From: vub Date: Fri, 24 Feb 2017 07:13:42 -0500 Subject: [PATCH] Added description and link to doc --- casper4/simulator.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/casper4/simulator.py b/casper4/simulator.py index cc8bd6c..f5cacf1 100644 --- a/casper4/simulator.py +++ b/casper4/simulator.py @@ -1,3 +1,6 @@ +# Implements Minimal Slashing Conditions, description here: +# https://docs.google.com/document/d/1ecFPYhe7YsKNQUAx48S8hoyK9Y4Rbe9be_lCe_vj2ek + import random NODE_COUNT = 10