Skip to content

Commit e065bce

Browse files
authored
fix: reshare-client.sh should use different numbering when choosing reshare-server domain (#1050)
1 parent ecf1423 commit e065bce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: scripts/reshare-client.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ if [ "$LOCAL_PARTY_ID" -eq "$TARGET_PARTY_ID" ]; then
6767
fi
6868

6969
# Dynamically generate server_url
70-
SERVER_URL="https://reshare-server.${TARGET_PARTY_ID}.stage.smpcv2.worldcoin.dev:6443"
70+
SERVER_URL="https://reshare-server.$((TARGET_PARTY_ID + 1)).stage.smpcv2.worldcoin.dev:6443"
7171

7272
# Constant parameters
7373
BATCH_SIZE=100

0 commit comments

Comments
 (0)