Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ The CLI requires the Pectra batch contract's ABI. Place the `abi.json` file in t
To unset delegation for a validator, run:

```bash
./pectra-cli unset-delegation -c config.json
./pectra-cli unset-code -c config.json
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ func main() {
{
Name: "unset-code",
Usage: "Unset code for the contract",
Description: "Remove the contract code (for emergency situations only)",
Description: "Revoke the contract code functionality from the EOA",
Flags: []cli.Flag{
&cli.StringFlag{
Name: "config",
Expand Down