Skip to content

Commit

Permalink
Update bindings/wasm/examples/browser/private_tangle.js
Browse files Browse the repository at this point in the history
Co-authored-by: Craig Bester <[email protected]>
  • Loading branch information
PhilippGackstatter and cycraig authored Aug 23, 2021
1 parent 64143eb commit 60300a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/wasm/examples/browser/private_tangle.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export async function createIdentityPrivateTangle(inBrowser = true, log = true)
networkName = document.querySelector("#create-private-network-name").value;
} else {
restURL = "http://127.0.0.1:14265/";
networkName = "priv";
networkName = "custom";
}

// This is an arbitrarily defined network name
Expand Down

0 comments on commit 60300a3

Please sign in to comment.