Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
bermuell committed Sep 2, 2024
1 parent 72510bf commit f8f39d6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/e2e/state.go
Original file line number Diff line number Diff line change
Expand Up @@ -441,10 +441,6 @@ func (tr Commands) GetProposal(chain ChainID, proposal uint) Proposal {
log.Fatal(err, "\n", propRaw)
}

messages := gjson.Get(propRaw, `proposal.messages`)
for _, msg := range messages.Array() {
fmt.Println("msg val", msg)
}
// for legacy proposal types submitted using "tx submit-legacyproposal" (cosmos-sdk/v1/MsgExecLegacyContent)
propType := gjson.Get(propRaw, `proposal.messages.0.value.content.type`).String()
rawContent := gjson.Get(propRaw, `proposal.messages.0.value.content.value`)
Expand Down

0 comments on commit f8f39d6

Please sign in to comment.