Skip to content

Commit

Permalink
fix: renamed handleSigningRequest function
Browse files Browse the repository at this point in the history
closes #31
  • Loading branch information
dafuga committed Sep 15, 2023
1 parent 18e06d0 commit 5572347
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -199,10 +199,10 @@ export class WalletPluginAnchor extends AbstractWalletPlugin {
resolved: ResolvedSigningRequest,
context: TransactContext
): Promise<WalletPluginSignResponse> {
return this.handleSignatureRequest(resolved, context)
return this.handleSigningRequest(resolved, context)
}

private async handleSignatureRequest(
private async handleSigningRequest(
resolved: ResolvedSigningRequest,
context: TransactContext
): Promise<WalletPluginSignResponse> {
Expand Down

0 comments on commit 5572347

Please sign in to comment.