fixed hardcoded account ids

This commit is contained in:
jonesmarvin8
2026-01-24 10:28:41 -05:00
parent d22354a485
commit e2d7906930
3 changed files with 12 additions and 11 deletions
@@ -345,8 +345,8 @@ mod tests {
assert!(tree.key_map.contains_key(&ChainIndex::root()));
assert!(tree.account_id_map.contains_key(&AccountId::new([
185, 32, 154, 134, 186, 139, 229, 220, 43, 231, 207, 9, 34, 87, 157, 107, 12, 55, 133,
177, 85, 96, 169, 108, 20, 243, 163, 138, 28, 74, 50, 14
172, 82, 222, 249, 164, 16, 148, 184, 219, 56, 92, 145, 203, 220, 251, 89, 214, 178,
38, 30, 108, 202, 251, 241, 148, 200, 125, 185, 93, 227, 189, 247
])));
}