We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b86d9f commit 4e307bfCopy full SHA for 4e307bf
integration_tests/light_client_proxy/pki.sh
@@ -313,7 +313,7 @@ echo "try to write via light client proxy"
313
test_divider
314
315
echo "Add cert"
316
-result=$(echo "$passphrase" | dcld tx pki add-x509-cert --certificate="$intermediate_path" --from $user_account --yes)
+result=$(echo "$passphrase" | dcld tx pki add-x509-cert --certificate="$intermediate_path" --from $vendor_account --yes)
317
echo "$result"
318
check_response "$result" "Write requests don't work with a Light Client Proxy"
319
0 commit comments