Skip to content

Commit

Permalink
Merge pull request #34 from koya0/development
Browse files Browse the repository at this point in the history
  • Loading branch information
0x4007 authored Jan 14, 2025
2 parents 0b551f2 + 2140032 commit 2352ea6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/handlers/query-wallet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export async function registerWallet(context: Context, body: string) {
}

if (!address) {
await postComment(context, logger.info("Skipping to register a wallet address because both address/ens doesn't exist"));
await postComment(context, logger.info("Skipping to register a wallet address because both address/ens doesn't exist. Only Ethereum-compatible (EVM) addresses are supported for payouts"));
return;
}

Expand Down

0 comments on commit 2352ea6

Please sign in to comment.