Skip to content

Commit 5a508cf

Browse files
committed
remove logo
1 parent 8116875 commit 5a508cf

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<a href="https://www.blocace.com">
2-
<img width="300" src="./blocace-full-logo.png" alt="blocace Logo" />
2+
<img width="300" src="https://blocace.com/images/blocace-full-logo.png" alt="blocace Logo" />
33
</a>
44
<hr/>
55

blocace-full-logo.png

-21.4 KB
Binary file not shown.

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ console.log('Peers of ' + queryRes.hits[0]._blockchainId + ': ' + JSON.stringify
357357
```
358358
Output
359359
```
360-
Peers ofcba1739c9aeabc0698a5da2a701f22c6f2e4c0122b2a44d019bd4b6105a4801c: [{"public_key":"45b3c9f26eef3b0bfbdea99af1731ab7a08a1dfcaf58a7e8abf55db73eda45c9","address":"::","Port":6092,"Address":":6092"},{"public_key":"70a50de06cbc9e36010e9277c6ae74bafce8af4e6c4b168b864a373a3a8d1a1f","address":"::","Port":6093,"Address":":6093"}]
360+
Peers of cba1739c9aeabc0698a5da2a701f22c6f2e4c0122b2a44d019bd4b6105a4801c: [{"public_key":"45b3c9f26eef3b0bfbdea99af1731ab7a08a1dfcaf58a7e8abf55db73eda45c9","address":"::","Port":6092,"Address":":6092"},{"public_key":"70a50de06cbc9e36010e9277c6ae74bafce8af4e6c4b168b864a373a3a8d1a1f","address":"::","Port":6093,"Address":":6093"}]
361361
```
362362
In this example, the blocace-js client is configured talking to a single server. The `getPeers()` returns the alive peer(s) that are currently known this server.
363363

0 commit comments

Comments
 (0)