Update tests with new out_path_hash_mode field and surface error on path hash mode set failure

This commit is contained in:
Jack Kingsman
2026-03-08 00:04:11 -08:00
parent b3625b4937
commit 564cd65496
13 changed files with 40 additions and 1 deletions
+1
View File
@@ -90,6 +90,7 @@ export interface Contact {
flags: number;
last_path: string | null;
last_path_len: number;
out_path_hash_mode: number;
last_advert: number | null;
lat: number | null;
lon: number | null;