diff --git a/components/forms/MultisigForm.js b/components/forms/MultisigForm.js index 1d64266..d96c1d8 100644 --- a/components/forms/MultisigForm.js +++ b/components/forms/MultisigForm.js @@ -114,11 +114,7 @@ class MultiSigForm extends React.Component { <> -

Add the Public Keys that will make up this multisig.

-

- Note this only supports compressed Secp256k1 pubkeys, double check - this is the algo used to create your account. -

+

Add the addresses that will make up this multisig.

{this.state.pubkeys.map((pubkeyGroup, index) => ( @@ -153,7 +149,7 @@ class MultiSigForm extends React.Component { ))} -