Skip to content

Commit 3ba6653

Browse files
committed
Removing unused code
1 parent cd645a6 commit 3ba6653

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/src/utils.rs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -414,13 +414,6 @@ impl Value {
414414
.unwrap_or(true)
415415
}
416416

417-
pub(crate) fn count_assets(&self) -> usize {
418-
match &self.multiasset {
419-
Some(ma) => { ma.len() }
420-
_ => 0
421-
}
422-
}
423-
424417
pub fn coin(&self) -> Coin {
425418
self.coin
426419
}

0 commit comments

Comments
 (0)