test: update test_signing.go with new 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:
parent
378970048b
commit
c257ad1639
|
|
@ -68,7 +68,7 @@ func main() {
|
||||||
// Create signing session via account-service
|
// Create signing session via account-service
|
||||||
// This account has threshold_t=1, so should only need 2 parties (t+1=2)
|
// This account has threshold_t=1, so should only need 2 parties (t+1=2)
|
||||||
signingData := map[string]interface{}{
|
signingData := map[string]interface{}{
|
||||||
"username": "wallet-fb51d689",
|
"username": "wallet-29f558a5",
|
||||||
"message_hash": messageHashHex,
|
"message_hash": messageHashHex,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue