test: e2e/staking to system tests (#21882)

This commit is contained in:
Julián Toledano
2024-09-25 07:04:10 +00:00
committed by GitHub
parent 71f18076d6
commit c971f75acf
4 changed files with 14 additions and 147 deletions
+1 -1
View File
@@ -182,7 +182,7 @@ go test -mod=readonly -tags='system_test' -v ./... --run TestQueryTotalSupply -
## Part 4: Set state via TX
Complexer workflows and tests require modifying state on a running chain. This works only with builtin logic and operations.
If we want to burn some our new tokens, we need to submit a bank burn message to do this.
If we want to burn some of our new tokens, we need to submit a bank burn message to do this.
The CLI wrapper works similar to the query. Just pass the parameters. It uses the `node0` key as *default*:
```go