You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuweni.apache.org by to...@apache.org on 2021/06/28 21:36:56 UTC

[incubator-tuweni] branch main updated: Fix displaying public key

This is an automated email from the ASF dual-hosted git repository.

toulmean pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-tuweni.git


The following commit(s) were added to refs/heads/main by this push:
     new b86bd9f  Fix displaying public key
     new e5fcc33  Merge pull request #295 from atoulme/fix_public_key
b86bd9f is described below

commit b86bd9fa176e8f732b1cb656f849d16910903743
Author: Antoine Toulme <an...@lunar-ocean.com>
AuthorDate: Mon Jun 28 23:14:26 2021 +0200

    Fix displaying public key
---
 eth-crawler/src/main/resources/webapp/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eth-crawler/src/main/resources/webapp/index.html b/eth-crawler/src/main/resources/webapp/index.html
index 658e002..90477ce 100644
--- a/eth-crawler/src/main/resources/webapp/index.html
+++ b/eth-crawler/src/main/resources/webapp/index.html
@@ -94,7 +94,7 @@ specific language governing permissions and limitations under the License.
                             {{ item.createdAt }}
                           </td>
                           <td>
-                              {{ item.publicKey }}
+                              {{ item.nodeId.substr(0,4) }}...{{ item.nodeId.substr(-4,4) }}
                           </td>
                           <td>
                               {{ item.p2pVersion }}

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@tuweni.apache.org
For additional commands, e-mail: commits-help@tuweni.apache.org