Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot change from multisig address to standard address. #7665

Closed
SgtCoin opened this issue Nov 22, 2021 Discussed in #6925 · 2 comments
Closed

Cannot change from multisig address to standard address. #7665

SgtCoin opened this issue Nov 22, 2021 Discussed in #6925 · 2 comments
Assignees
Labels
area/multisig Area: Multisig kind/enhancement Kind: Enhancement

Comments

@SgtCoin
Copy link

SgtCoin commented Nov 22, 2021

Discussed in #6925

Originally posted by Reskorey July 28, 2021
I changed the owner address fron normal address to multisig address. #5342 , but I can not chang owner address from multisig address to normal address? Lotus version v1.11.0

@SgtCoin SgtCoin added the area/multisig Area: Multisig label Nov 22, 2021
@SgtCoin
Copy link
Author

SgtCoin commented Nov 22, 2021

Confirmed with @arajasek that this is not currently possible. Creating issue for tracking purposes.

@SgtCoin SgtCoin added kind/bug Kind: Bug kind/enhancement Kind: Enhancement and removed kind/bug Kind: Bug labels Nov 22, 2021
@SgtCoin SgtCoin self-assigned this Dec 2, 2021
@SgtCoin SgtCoin closed this as completed Dec 2, 2021
@SgtCoin SgtCoin reopened this Dec 2, 2021
@rjan90
Copy link
Contributor

rjan90 commented Apr 26, 2022

Hey!

Closing this ticket as it´s now possible to change the owner-address from a msig to a single signer address, either by using the ./lotus-shed miner-multisig tool, or by using lotus msig propose with encoded params:

Guide using ./lotus-shed:

1: Propose change from msig:
./lotus-shed miner-multisig --from=<msig-address-1> --multisig=<msig> --miner=<MinerID> propose-change-owner <newOwnerAddress>

2: Approve change on msig-address-2:
./lotus-shed miner-multisig --from=<msig-address-2> --multisig=<msig> --miner=<MinerID> approve-change-owner <newOwnerAddress> <txnID> <msig-address-1/proposing-address>

3: Confirm owner-change with new address:
lotus-miner actor set-owner --really-do-it <newOwnerAddress> <newOwnerAddress>

@rjan90 rjan90 closed this as completed Apr 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/multisig Area: Multisig kind/enhancement Kind: Enhancement
Projects
None yet
Development

No branches or pull requests

2 participants