Skip to content

Commit

Permalink
Adjust interface.
Browse files Browse the repository at this point in the history
  • Loading branch information
andreibancioiu committed Nov 8, 2023
1 parent 8d75a32 commit 0aa4869
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/signableMessage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export class SignableMessage {
return this.signature;
}

applySignature(signature: ISignature | Buffer) {
applySignature(signature: ISignature | Uint8Array) {
this.signature = interpretSignatureAsBuffer(signature);
}

Expand Down

0 comments on commit 0aa4869

Please sign in to comment.