Feature Request: Allow deletion of received message accounts on Solana #1902
Unanswered
jayantk
asked this question in
Feature requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The current Solana implementation of wormhole creates a new account for every received message. This requires paying rent for a new account, which can get expensive if an application receives lots of messages.
It would be nice if Wormhole allowed users to delete the accounts for received messages in order to reclaim the rent later.
Beta Was this translation helpful? Give feedback.
All reactions