Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/controllers/src/utils/SIWXUtil.ts
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ export interface SIWXConfig {

/**
* This method will be called to sign a message with the wallet using the signer handler.
* This behavior can be overriden by passing in a `signer` parameter to the `SIWXConfig` constructor.
* This behavior can be overridden by passing in a `signer` parameter to the `SIWXConfig` constructor.
* Constraints:
* - This method MUST forward the message to the wallet for a signature request.
* - If the signature process fails or is cancelled it MUST throw an error.
Expand Down
Loading