filecoin-project / specs-actors

DEPRECATED Specification of builtin actors, in the form of executable code.
Other
86 stars 102 forks source link

multisig approve transaction failed. #1569

Closed dengpan1 closed 2 years ago

dengpan1 commented 2 years ago

under the calibration network, with 2-3 multisig addresses, proposal and approval can succeed, the transaction information is as follows: create a multisig address, proposal transaction, approval transaction

but when I try to use 9-9 multi-signature addresses, the proposal transaction succeeds ,but the approval transaction fails. the transaction information is as follows: create a multisig address, proposal transaction, approval transaction (It failed.).

error message is: hash does not match proposal params (ensure requester is an ID address) (RetCode=16), 2-3 can succeed, 9-9 why failed, my code is the same.

Stebalien commented 2 years ago

This issue tracker is not actively monitored for questions. Please ask on Filecoin Slack or in the lotus discussions: https://github.com/filecoin-project/lotus/discussions.