Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Increase commit gas limit
Alexis Sellier committed 4 years ago
commit 9acbc0d85fc3935c0c779754c7585d2257fc5675
parent 4359b2681a10369bae44712a2c066001c5465753
1 file changed +1 -1
modified src/base/registrations/registrar.ts
@@ -162,7 +162,7 @@ async function commit(
      signature.v,
      signature.r,
      signature.s,
-
      { gasLimit: 150000 });
+
      { gasLimit: 180000 });

  state.set({ connection: State.Committing });