Skip to content

Commit

Permalink
Merge pull request #606 from KiraCore/bugfix/sekai-utils-verifyIdenti…
Browse files Browse the repository at this point in the history
…tyRecord

modify customgov param name in verifyIdentityRecord function
  • Loading branch information
kiragpg authored Nov 22, 2023
2 parents 55e071d + 054966e commit 2c62c9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/sekai-utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@ function verifyIdentityRecord() {
($(isNullOrEmpty $FINAL_IR_KEYS)) && echoErr "ERROR: No valid record keys were found" && return 1

echoInfo "INFO: Sending request to verify '$FINAL_IR_KEYS'"
sekaid tx customgov request-identity-record-verify --verifier="$KM_VER" --record-ids="$FINAL_IR_KEYS" --from=$KM_ACC --tip="$KM_TIP" --keyring-backend=test --home=$SEKAID_HOME --chain-id=$NETWORK_NAME --fees=100ukex --yes --broadcast-mode=async --log_format=json --output=json | txAwait $TIMEOUT
sekaid tx customgov request-identity-record-verify --verifier="$KM_VER" --record-ids="$FINAL_IR_KEYS" --from=$KM_ACC --verifier-tip="$KM_TIP" --keyring-backend=test --home=$SEKAID_HOME --chain-id=$NETWORK_NAME --fees=100ukex --yes --broadcast-mode=async --log_format=json --output=json | txAwait $TIMEOUT
}

# showIdentityVerificationRequests <verifier-account/address> <requester-address>
Expand Down

0 comments on commit 2c62c9a

Please sign in to comment.