Skip to content

Commit

Permalink
format readme
Browse files Browse the repository at this point in the history
  • Loading branch information
larry0x committed Jul 8, 2023
1 parent 66c483d commit 3019726
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@ In order to achieve this, the SCA must implement [two sudo methods][4], `before_

```rust
enum SudoMsg {
BeforeTx {
msgs: Vec<Any>,
tx_bytes: Binary,
cred_bytes: Option<Binary>,
simulate: bool,
},
AfterTx {
simulate: bool,
},
BeforeTx {
msgs: Vec<Any>,
tx_bytes: Binary,
cred_bytes: Option<Binary>,
simulate: bool,
},
AfterTx {
simulate: bool,
},
}
```

Expand Down

0 comments on commit 3019726

Please sign in to comment.