Skip to content

Commit

Permalink
Update ephemeral pubkey (#314)
Browse files Browse the repository at this point in the history
  • Loading branch information
guibescos authored Dec 22, 2023
1 parent 41c1f2d commit 4d917dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/pages/approve.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const ApproveSplit: NextPage = () => {
if (stakeConnection && selectedStakeAccount && splitRequest) {
try {
const ephemeralAccount = new PublicKey(
'5u9jTgPQnTGQH2qupkoHCQFweXn2kv7SzrvK9ouqUfYG'
'FUYcu4W2pa2MuKhMTvbwsBYJS2kaLyJwwbQHkSeiSYjd'
)
await stakeConnection.acceptSplit(
selectedStakeAccount,
Expand Down

1 comment on commit 4d917dc

@vercel
Copy link

@vercel vercel bot commented on 4d917dc Dec 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.