From 166036c01c79b295ffa9bdc95531452b6af48836 Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Thu, 21 Oct 2021 09:46:44 -0400 Subject: [PATCH] update rpc test docs --- qa/rpc-tests/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/rpc-tests/README.md b/qa/rpc-tests/README.md index 472c38874..ac61e327e 100644 --- a/qa/rpc-tests/README.md +++ b/qa/rpc-tests/README.md @@ -42,7 +42,7 @@ If you get into a bad state, you should be able to recover with: ```bash rm -rf cache -killall komodod +killall hushd ``` but beware that could kill various other processes you might not want to kill!