We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da924f3 commit 8f872afCopy full SHA for 8f872af
scripts/upgrade_mainnet.sh
@@ -74,8 +74,8 @@ upgrade_stellar_contract() {
74
local account="$2"
75
local new_wasm_hash="$3"
76
77
- if [[ -z "$pool_id" || -z "$account" || -z "$new_wasm_hash" ]]; then
78
- echo "Error: Missing required parameters (pool_id, account, new_wasm_hash)."
+ if [[ -z "$contract_id" || -z "$account" || -z "$new_wasm_hash" ]]; then
+ echo "Error: Missing required parameters (contract_id, account, new_wasm_hash)."
79
return 1
80
fi
81
0 commit comments