From f79e18adb8a3a44bdedf9cbf5b232861b3dc8dc4 Mon Sep 17 00:00:00 2001 From: Ben Date: Thu, 13 Jun 2024 11:13:18 +0200 Subject: [PATCH] Checked all URLs and parameters against the openapi spec. --- USINGCODEX.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/USINGCODEX.md b/USINGCODEX.md index 8a54bc3..b97be71 100644 --- a/USINGCODEX.md +++ b/USINGCODEX.md @@ -102,7 +102,7 @@ curl --request POST \ --data '{ "duration": "3600", "reward": "1", - "proofProbability": "3", + "proofProbability": "5", "expiry": "300", "nodes": 2, "tolerance": 1,