Skip to content

Commit

Permalink
update gs++ server url
Browse files Browse the repository at this point in the history
  • Loading branch information
jcramer committed Apr 21, 2020
1 parent 42a5db4 commit 4ca5ea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/5-validate-txid-gs++.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ for (const validTxid of excludeList) {
console.time("SLP-VALIDATE-W-GRAPH-SEARCH");

// perform graph search
const gs = new GraphSearchClient({url: "0.0.0.0:50051"}); // optional set server url
const gs = new GraphSearchClient({url: "gs.nl1.simpleledger.io:50051"}); // optional set server url
let downloadCount = 0;
(await gs.graphSearchFor({hash: txid, excludeList})).getTxdataList_asU8().forEach((txn) => {
const txnBuf = Buffer.from(txn);
Expand Down

0 comments on commit 4ca5ea8

Please # to comment.