Skip to content

Commit

Permalink
Fix required link issue (MystenLabs#15694)
Browse files Browse the repository at this point in the history
## Description 

Describe the changes or additions included in this PR.

## Test Plan 

How did you test the new or updated feature?

---
If your changes are not user-facing and do not break anything, you can
skip the following section. Otherwise, please briefly describe what has
changed under the Release Notes section.

### Type of Change (Check all that apply)

- [ ] protocol change
- [ ] user-visible impact
- [ ] breaking change for a client SDKs
- [ ] breaking change for FNs (FN binary must upgrade)
- [ ] breaking change for validators or node operators (must upgrade
binaries)
- [ ] breaking change for on-chain data layout
- [ ] necessitate either a data wipe or data migration

### Release notes
  • Loading branch information
Jordan-Mysten authored Jan 15, 2024
1 parent aa33309 commit 2814db6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/flat-zebras-agree.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@mysten/zksend': patch
---

Fix required redirect
2 changes: 1 addition & 1 deletion sdk/zksend/src/links.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export interface ZkSendLinkBuilderOptions {
keypair?: Keypair;
client?: SuiClient;
sender: string;
redirect: ZkSendLinkRedirect;
redirect?: ZkSendLinkRedirect;
}

export interface ZkSendLinkOptions {
Expand Down

0 comments on commit 2814db6

Please sign in to comment.