mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 12:19:24 +00:00
Scanner assert on is_torsion_free
This commit is contained in:
@@ -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
|
// We will not have a torsioned key in our HashMap of keys, so we wouldn't identify it as
|
||||||
// ours
|
// ours
|
||||||
// If we did though, it'd enable bypassing the included burning bug protection
|
// 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;
|
let mut key_offset = shared_key;
|
||||||
if let Some(subaddress) = subaddress {
|
if let Some(subaddress) = subaddress {
|
||||||
|
|||||||
Reference in New Issue
Block a user