test: update test_signing.go to use current wallet username

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
hailin 2025-12-06 09:33:58 -08:00
parent fd74bc825a
commit f70ece0d4f
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-76e34337",
"username": "wallet-fb51d689",
"message_hash": messageHashHex,
}