Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Oak audit] fix cast for txmp size #123

Merged
merged 4 commits into from
Apr 20, 2023
Merged

[Oak audit] fix cast for txmp size #123

merged 4 commits into from
Apr 20, 2023

Conversation

philipsu522
Copy link
Contributor

Describe your changes and provide context

Testing performed to validate your change

@philipsu522 philipsu522 merged commit c5abd2d into main Apr 20, 2023
Timwood0x10 pushed a commit to Timwood0x10/sei-tendermint that referenced this pull request Jun 7, 2023
## Describe your changes and provide context
is_expedited wasn't being parsed properly from the files 

## Testing performed to validate your change

```
{
    "title": "Test Proposal",
    "description": "My awesome proposal",
    "is_expedited": true,
    "type": "Text",
    "deposit": "1000000000usei"
  }
```

```
 seid tx gov submit-proposal --proposal=./test.json --from admin  -y  --broadcast-mode=block --fees 1000sei
```


![image](https://user-images.githubusercontent.com/18161326/210484604-64beee2c-d798-4c3e-8129-a2dc220e17aa.png)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants