Skip to content

Commit

Permalink
Fix typo and rebase onto develop branch
Browse files Browse the repository at this point in the history
  • Loading branch information
landabaso committed Jul 26, 2023
1 parent 71f8573 commit 8cf4162
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bitcoin_client_js/src/lib/appClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ export class AppClient {
return result.toString('base64');
}

/* Performs any additional check on the genetated address before returning it.*/
/* Performs any additional check on the generated address before returning it.*/
private async validateAddress(
address: string,
walletPolicy: WalletPolicy,
Expand Down

0 comments on commit 8cf4162

Please sign in to comment.