Skip to content

Commit

Permalink
Update query-wallet.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
0x4007 authored Jan 14, 2025
1 parent c8d3036 commit 2140032
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, only Ethereum-compatible (EVM) addresses are supported for payouts"));
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 2140032

Please sign in to comment.