Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Multi-signature account has wrong operation in storage. #7010

Closed
stepanLav opened this issue Apr 5, 2023 · 4 comments
Closed

Multi-signature account has wrong operation in storage. #7010

stepanLav opened this issue Apr 5, 2023 · 4 comments

Comments

@stepanLav
Copy link

stepanLav commented Apr 5, 2023

I faced with situation where my multi-signature account on Westend has pending operation which have initiated from account not from my signatory.

Multi-signature account:

Screenshot 2023-04-05 at 13 32 18

https://westend.subscan.io/account/5G8BRW1ipdC6dksnqtHsGSZaEK8JvmnDETuNhkL1PskGCZtW

5G8BRW1ipdC6dksnqtHsGSZaEK8JvmnDETuNhkL1PskGCZtW # multisig account
- 5Dc1tzx4QDEDXetr98Mk4RjKSMFJiLBqr2Gmco7rjz8YfwMP # signatory
- 5EpsavEfPSZC8X2E4zHdJdepzpzfSccqNP5RUVyAU9Hyi3z4 # signatory
- 5GmedEVixRJoE8TjMePLqz7DnnQG1d5517sXdiAvAF2t7EYW # signatory
- 5HE2GqLBSY9QJsWTqaeb4UQXFhuiKDKYbnx4ZV6mQduVNDR9 # signatory

Pending multisig operation from storage was initiated by:

- 5GcvZoiGznXcpbLHetRZp52veE5UWvHvuo7Zy34mrpPFBGrR # account not from my signatory list

who are not part of that multi-signature account. As a result I can't cancel or approve that operation.

Screenshot 2023-04-05 at 13 33 24

When I try to approve that operation or cancel I receive an error.

So my question is, how that operation was assign to described account? Was it a bug or an unexpected behaviour?

@ggwpez
Copy link
Member

ggwpez commented Apr 5, 2023

Tracked here polkadot-js/apps#9103 and should been fixed since paritytech/substrate#13630.

Maybe the node that you are interacting with is not updated? What node endpoint are you using?

@stepanLav
Copy link
Author

I was on this one: wss://rpc.dotters.network/westend when try to understand what was wrong.
Now I've checked all public nodes:

- wss://westend-rpc.polkadot.io
- wss://wnd-rpc.stakeworld.io
- wss://westend-rpc.dwellir.com
- wss://rpc-westend.luckyfriday.io

and transaction still in storage on all of them.
May it be another case for "Phantom" transaction?

@bkchr
Copy link
Member

bkchr commented Apr 5, 2023

The fix is not yet released.

@stepanLav
Copy link
Author

Then I will close this issue, thank you!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants