glifio / safe

A Filecoin multisig wallet
https://safe.glif.io
1 stars 0 forks source link

Signers from fetchMsigState populated incorrectly #113

Closed navFooh closed 2 years ago

navFooh commented 2 years ago

Describe the bug When the safe is first opened, the Signers array from useMsig() will be empty. After a few moments it will contain the correct amount of signers, but it will be 3 times the same address (which will be one of the signers). Slowly the duplicated signers are replaced for the actual signer addresses.

To Reproduce Steps to reproduce the behavior:

  1. Open a safe with multiple signers (4+)
  2. Go to the Admin page
  3. See incorrect representation of the additional signers list

Expected behavior Ideally the signers list will be present immediately, there should never be any duplicate signer addresses.

Screenshots image image