Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Changes necessary for heartwood update
Sebastian Martinez committed 2 years ago
commit 145169d03dfb2dc33a001c4db4964db24f20e51d
parent bb5f6613e7a5a9f239c6509dd5ace36e7911c9f6
2 files changed +2 -2
modified tests/support/heartwood-version
@@ -1 +1 @@
-
765823c686caa89db0b76c19595189ac1fde4e8e
+
329ccbb304967dbdb440c69f3a7ffa5d3f0e83a8
modified tests/support/peerManager.ts
@@ -316,7 +316,7 @@ export class RadiclePeer {
      throw new Error("Remote node has no listen addr yet");
    }
    await this.rad(
-
      ["node", "connect", remote.nodeId, remote.#listenSocketAddr],
+
      ["node", "connect", `${remote.nodeId}@${remote.#listenSocketAddr}`],
      { cwd: this.#radHome },
    );