From 2f9302a19566aa5f545daa5907a959978775490c Mon Sep 17 00:00:00 2001 From: Pierre-Marie Date: Thu, 11 Feb 2016 18:17:37 +0100 Subject: [PATCH] Update TESTING.md --- TESTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TESTING.md b/TESTING.md index fd6c32e2d..9b4ad09ce 100644 --- a/TESTING.md +++ b/TESTING.md @@ -53,7 +53,7 @@ You’ll need a unix timestamp that is not too far into the future. Now + 100000 ```shell curl -X POST -H "Content-Type: application/json" -d "{ \"method\": \"addhtlc\", - \"params\" : [ \"akka://default/user/register/handler-1/channel\", 100000, \"8cf3e5f40cf025a984d8e00b307bbab2b520c91b2bde6fa86958f8f4e7d8a609\", $((`date +%s` + 100000)) ] + \"params\" : [ \"1\", 100000, \"8cf3e5f40cf025a984d8e00b307bbab2b520c91b2bde6fa86958f8f4e7d8a609\", $((`date +%s` + 100000)) ] }" http://localhost:8080 ```