Skip to content
This repository was archived by the owner on Jan 16, 2025. It is now read-only.

Commit 9416069

Browse files
committed
Remove unnecessary assets
1 parent 8355ef0 commit 9416069

File tree

4 files changed

+2
-1
lines changed

4 files changed

+2
-1
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@ Cargo.lock
33
**/*.rs.bk
44

55
mod.wasm
6+
7+
.DS_Store

assets/dusk_wallet_core.wasm

-855 KB
Binary file not shown.

dusk-wallet-core-0.21.0.wasm

-542 KB
Binary file not shown.

src/utils.rs

-1
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,6 @@ fn pick_lexicographic<F: Fn(&[usize; MAX_INPUT_NOTES]) -> bool>(
268268
None
269269
}
270270

271-
272271
#[test]
273272
fn compose_works() {
274273
assert_eq!(decompose(compose(true, 0, 0)), (true, 0, 0));

0 commit comments

Comments
 (0)