Skip to content

Commit

Permalink
update staking docs and revert Makefile changes (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
sainoe authored Dec 11, 2023
1 parent b50f5a7 commit 20d96b8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ benchmark:
###############################################################################

golangci_lint_cmd=golangci-lint
golangci_version=v1.55.2
golangci_version=v1.50.1

lint:
@echo "--> Running linter"
Expand Down
1 change: 0 additions & 1 deletion x/staking/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -874,7 +874,6 @@ The staking module emits the following events:
| Type | Attribute Key | Attribute Value |
| -------------- | ------------------- | ------------------- |
| edit_validator | commission_rate | {commissionRate} |
| edit_validator | min_self_delegation | {minSelfDelegation} |
| message | module | staking |
| message | action | edit_validator |
| message | sender | {senderAddress} |
Expand Down

0 comments on commit 20d96b8

Please sign in to comment.