From 726aff7a849d9bd0bcac91f27c248f0c33963eea Mon Sep 17 00:00:00 2001 From: Alex Peters Date: Thu, 12 Nov 2020 14:57:40 +0100 Subject: [PATCH] Fix key in manual tests --- contrib/local/02-contracts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/local/02-contracts.sh b/contrib/local/02-contracts.sh index b0322eb381..0f37cab486 100755 --- a/contrib/local/02-contracts.sh +++ b/contrib/local/02-contracts.sh @@ -33,7 +33,7 @@ echo "$RESP" echo "### Query smart" wasmcli query wasm contract-state smart "$CONTRACT" '{"verifier":{}}' -o json | jq echo "### Query raw" -KEY=$(echo "$RESP" | jq -r ".[0].Key") +KEY=$(echo "$RESP" | jq -r ".[0].key") wasmcli query wasm contract-state raw "$CONTRACT" "$KEY" -o json