update message to make GUID more clear

pull/3921/head
Aniket-Engg 1 year ago committed by Aniket
parent 1b68244cf8
commit ba2f401731
  1. 2
      apps/etherscan/src/app/utils/verify.ts

@ -133,7 +133,7 @@ export const verify = async (
const returnValue = {
guid: result,
status: receiptStatus.result,
message: `Verification process started correctly. Receipt GUID ${result}`,
message: `Verification request submitted successfully. Use this receipt GUID ${result} to track the status of your submission`,
succeed: true,
isProxyContract
}

Loading…
Cancel
Save