Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Add await to isSafe check
Sebastian Martinez committed 4 years ago
commit 438898b58173ec1e9534dd921d3c17dd065de858
parent 4879a984eeffb68c7d8467ebb08ccf271cb0612a
1 file changed +1 -1
modified src/ens/SetName.svelte
@@ -44,7 +44,7 @@

    if (resolved && isAddressEqual(resolved, org.address)) {
      try {
-
        if (utils.isSafe(org.owner, config)) {
+
        if (await utils.isSafe(org.owner, config)) {
          state = State.Proposing;
          await org.setNameMultisig(domain, config);
          state = State.Proposed;