From 9c184214f9b954d6ea23ddaaf4437e5dd80b37bc Mon Sep 17 00:00:00 2001 From: samepant Date: Mon, 4 Oct 2021 18:53:08 -0400 Subject: [PATCH] copy fixes --- components/forms/MultisigForm.js | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) 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 { ))} -