Skip to content

Commit

Permalink
Remove unnecessary assets
Browse files Browse the repository at this point in the history
  • Loading branch information
Daksh14 committed Jan 7, 2024
1 parent 8355ef0 commit 9416069
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ Cargo.lock
**/*.rs.bk

mod.wasm

.DS_Store
Binary file removed assets/dusk_wallet_core.wasm
Binary file not shown.
Binary file removed dusk-wallet-core-0.21.0.wasm
Binary file not shown.
1 change: 0 additions & 1 deletion src/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,6 @@ fn pick_lexicographic<F: Fn(&[usize; MAX_INPUT_NOTES]) -> bool>(
None
}


#[test]
fn compose_works() {
assert_eq!(decompose(compose(true, 0, 0)), (true, 0, 0));
Expand Down

0 comments on commit 9416069

Please sign in to comment.