Skip to content

Commit

Permalink
new msig launchpad
Browse files Browse the repository at this point in the history
  • Loading branch information
FloppyDisck committed Dec 17, 2024
1 parent 3a2e9c7 commit 0c0353e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion artifacts/checksums.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
a02ed7f500d6a61cd66cc9e763f86a38454da1e39141db840c8f10d108ac8006 msig_launcher.wasm
abe859d0055a8d3e9698f7a2d9ee61b96ecc50160c0c0c9965f564456ac4641f msig_launcher.wasm
Binary file modified artifacts/msig_launcher.wasm
Binary file not shown.
2 changes: 1 addition & 1 deletion contracts/msig-launcher/src/contract.rs
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ pub fn query(deps: Deps, _env: Env, msg: QueryMsg) -> StdResult<Binary> {
.enumerate()
{
let ((_, height), result) = res?;

// If we got the expected amount of items + 1
// then theres more to query the next time
if i == limit {
Expand Down

0 comments on commit 0c0353e

Please sign in to comment.