Loading tests/alice-msg.fs +2 −0 Original line number Diff line number Diff line Loading @@ -6,6 +6,8 @@ require ../client-tests.fs script? [IF] +debug %droprate [THEN] require ../test-keys.fs \ we want the test keys - never use this in production! "test" dhtnick $! i'm alice init-client Loading tests/bob-msg.fs +2 −0 Original line number Diff line number Diff line Loading @@ -6,6 +6,8 @@ require ../test-keys.fs \ we want the test keys - never use this in production! +db stat( \ ) script? [IF] +debug %droprate [THEN] "test" dhtnick $! i'm bob init-client Loading Loading
tests/alice-msg.fs +2 −0 Original line number Diff line number Diff line Loading @@ -6,6 +6,8 @@ require ../client-tests.fs script? [IF] +debug %droprate [THEN] require ../test-keys.fs \ we want the test keys - never use this in production! "test" dhtnick $! i'm alice init-client Loading
tests/bob-msg.fs +2 −0 Original line number Diff line number Diff line Loading @@ -6,6 +6,8 @@ require ../test-keys.fs \ we want the test keys - never use this in production! +db stat( \ ) script? [IF] +debug %droprate [THEN] "test" dhtnick $! i'm bob init-client Loading