Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Don't catch error
Alexis Sellier committed 4 years ago
commit 72b1f9d413f6bd81dc284fb2c1f50ba8fa16c3f6
parent 0220f9694761d06af8ddc6926833b92d2375d1fc
1 file changed +1 -2
modified src/base/registrations/registrar.ts
@@ -148,8 +148,7 @@ async function commit(commitment: string, fee: BigNumber, minAge: number, config
      signature.v,
      signature.r,
      signature.s,
-
      { gasLimit: 150000 })
-
    .catch((e: Error) => console.error(e));
+
      { gasLimit: 150000 });

  await tx.wait(1);
  session.state.updateBalance(fee.mul(-1));