Skip to content

Commit

Permalink
https://github.com/pendulum-chain/spacewalk/pull/546#discussion_r1741…
Browse files Browse the repository at this point in the history
…628891,

#546 (comment)
  • Loading branch information
b-yap committed Sep 3, 2024
1 parent 1de4f44 commit 5f84aed
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name: continuous-integration-main
jobs:
ci:
strategy:
max-parallel: 1
max-parallel: 2
matrix:
rust: [ stable, nightly ]
runs-on: ubuntu-latest
Expand Down
1 change: 0 additions & 1 deletion pallets/stellar-relay/src/validation.rs
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,6 @@ pub fn validate_envelopes<'a, T: Config>(
validated_envelopes.push(envelope);
}

// it's ok to use unwrap here, since the size will be <= to the provided envelopes
Ok(UnlimitedVarArray::new(validated_envelopes).unwrap_or(UnlimitedVarArray::new_empty()))
}

Expand Down

0 comments on commit 5f84aed

Please sign in to comment.