mirror of
https://github.com/serai-dex/serai.git
synced 2024-11-17 01:17:36 +00:00
Scanner assert on is_torsion_free
This commit is contained in:
parent
c540f52dda
commit
82a096e90e
1 changed files with 1 additions and 1 deletions
|
@ -347,7 +347,7 @@ impl Scanner {
|
|||
// We will not have a torsioned key in our HashMap of keys, so we wouldn't identify it as
|
||||
// ours
|
||||
// If we did though, it'd enable bypassing the included burning bug protection
|
||||
debug_assert!(output_key.is_torsion_free());
|
||||
assert!(output_key.is_torsion_free());
|
||||
|
||||
let mut key_offset = shared_key;
|
||||
if let Some(subaddress) = subaddress {
|
||||
|
|
Loading…
Reference in a new issue