Skip to content

Commit 4578069

Browse files
committed
chore: new error message
1 parent eef1d24 commit 4578069

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/src/gateway/cross-chain-swap.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ export class CrossChainSwapGatewayClient extends LayerZeroGatewayClient {
287287
throw new Error('fromToken is required for Swaps API');
288288
}
289289
if (!params.toUserAddress) {
290-
throw new Error('Bitcoin address is required for offramp');
290+
throw new Error('Bitcoin wallet is required for offramp');
291291
}
292292

293293
const srcToken = isAddress(params.fromToken)

0 commit comments

Comments
 (0)