Skip to content

Commit

Permalink
Fix typing since public key is string
Browse files Browse the repository at this point in the history
Co-authored-by: Jun Luo <[email protected]>
  • Loading branch information
Shaptic and overcat authored Nov 14, 2024
1 parent 1d839ac commit babfb13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export type SigningCallback = (
preimage: xdr.HashIdPreimage
) => Promise<
BufferLike |
{ signature: BufferLike, publicKey: BufferLike }
{ signature: BufferLike, publicKey: string }
>;
```

Expand Down

0 comments on commit babfb13

Please sign in to comment.