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 7f89ffb commit a805f8d
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 @@ -180,10 +180,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 a805f8d

Please sign in to comment.