From 03934e4993ac7a7132d4461955d6e42620c81092 Mon Sep 17 00:00:00 2001 From: yoongbok lee Date: Sat, 25 Apr 2020 02:12:25 -0400 Subject: [PATCH] Update README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index e42c2131..eb467262 100644 --- a/README.md +++ b/README.md @@ -229,6 +229,12 @@ To transfer CTK from one account to another. certikcli tx send --fees 5000uctk ``` +For validators, you can unjail yourself by making an unjail transaction if you are jailed. + +``` +certikcli tx slashing unjail --from --fees=5000uctk +``` + ### CVM Smart Contracts `CertiK VM`, or CVM, is a core component of the `CertiK Chain`. CVM is compatible with EVM with security-focused extensions. Smart Contracts written in Solidity can be deployed and invoked on the CertiK Chain.