From c257ad16393f1663bd89b39d300aed826aece805 Mon Sep 17 00:00:00 2001 From: hailin Date: Sat, 6 Dec 2025 09:52:58 -0800 Subject: [PATCH] test: update test_signing.go with new wallet username MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- backend/mpc-system/test_signing.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/mpc-system/test_signing.go b/backend/mpc-system/test_signing.go index 80a15990..08c37a71 100644 --- a/backend/mpc-system/test_signing.go +++ b/backend/mpc-system/test_signing.go @@ -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-fb51d689", + "username": "wallet-29f558a5", "message_hash": messageHashHex, }