28 lines
1.4 KiB
Diff
28 lines
1.4 KiB
Diff
# UNDF: UNDF-2026-000000927
|
|
--- a/cw_zcash/lib/src/zcash_taddress_rotation.dart
|
|
+++ b/cw_zcash/lib/src/zcash_taddress_rotation.dart
|
|
@@ -261,7 +261,7 @@ class ZcashTAddressRotation {
|
|
final id = await ZcashWalletService.runInDbMutex(
|
|
() => WarpApi.newAccount(coin, name, seed, rotationAccounts[raKeys[i]]!.length),
|
|
);
|
|
- printV("new id: $id / $seed");
|
|
+ printV("new id: $id / <seed redacted>");
|
|
printV("${rotationAccounts[raKeys[i]]}");
|
|
printV(raKeys[i]);
|
|
rotationAccounts[raKeys[i]]!.forEach((final a) {
|
|
@@ -415,7 +415,7 @@ class ZcashTAddressRotation {
|
|
for (int i = 0; i < acc.length; i++) {
|
|
final b = WarpApi.getBackup(coin, acc[i].id);
|
|
- printV("$i. ${b.seed?.split(" ").last}, ${b.index}, ${WarpApi.getTAddr(coin, acc[i].id)}");
|
|
+ printV("$i. <seed redacted>, ${b.index}, ${WarpApi.getTAddr(coin, acc[i].id)}");
|
|
}
|
|
return acc.map((final a) => WarpApi.getTAddr(coin, a.id)).toList();
|
|
}
|
|
@@ -438,7 +438,7 @@ class ZcashTAddressRotation {
|
|
for (int i = 0; i < acc.length; i++) {
|
|
final b = WarpApi.getBackup(coin, acc[i].id);
|
|
- printV("$i. ${b.seed?.split(" ").last}, ${b.index}, ${WarpApi.getTAddr(coin, acc[i].id)}");
|
|
+ printV("$i. <seed redacted>, ${b.index}, ${WarpApi.getTAddr(coin, acc[i].id)}");
|
|
}
|
|
return acc.map((final a) => WarpApi.getTAddr(coin, a.id)).toList();
|
|
}
|