test: update signing test to use wallet with configured parties

This commit is contained in:
hailin 2025-12-06 10:34:14 -08:00
parent 8dd1c50eb9
commit 1d507a7afd
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ func main() {
// Create signing session via account-service
// This account has threshold_t=1, so should only need 2 parties (t+1=2)
signingData := map[string]interface{}{
"username": "wallet-83a6d1d3",
"username": "wallet-f13135f7",
"message_hash": messageHashHex,
}