Post
Share your knowledge.
Why do I get an error transferring funds between wallets?
I've been trying to transfer funds from my secondary wallet to my main wallet, but I keep encountering an error saying 'failed to sign transaction by a quorum of validators because one or more of its objects is reserved for another transaction.' What exactly does this mean, and how can I resolve it?
- Sui
Answers
2The error message you are encountering indicates that your wallet has locked objects. This means that the object you are trying to transact with is currently locked by another transaction. You have to wait until the end of the current epoch before you can transact again.
Waiting for the end of the epoch should be a solution. An epoch in this context is a duration of 24 hours. However, you don't need to wait the entire 24 hours from the time of the error. You only need to wait until the next epoch starts, which could be even just a minute away depending on when you check.
Do you know the answer?
Please log in and share it.
Sui is a Layer 1 protocol blockchain designed as the first internet-scale programmable blockchain platform.

- 24p30p... SUI+78
1
- MoonBags... SUI+71
2
- Meaning.Sui... SUI+43
3
- ... SUIJojo+34
- ... SUIOpiiii+31
- ... SUI0xduckmove+20
- ... SUIHaGiang+20
- ... SUIfomo on Sui+16
- ... SUI
- ... SUI
- Why does BCS require exact field order for deserialization when Move structs have named fields?53
- Multiple Source Verification Errors" in Sui Move Module Publications - Automated Error Resolution43
- Sui Transaction Failing: Objects Reserved for Another Transaction25
- How do ability constraints interact with dynamic fields in heterogeneous collections?05