hashgraph / hedera-transaction-tool

Transaction tool application
Apache License 2.0
0 stars 0 forks source link

Node Gossip CA Certificate and GRPC Cert Hash field sizes should be switched #1156

Open jbair06 opened 2 days ago

jbair06 commented 2 days ago

Problem

The Gossip CA Cert is a large string, a standard cert. It will require a large field. The GRPC Cert Hash is a standard short hash. It does not require a large field.

Solution

Switch the Gossip cert field to an area box, and the GRPC Cert Hash to a standard text box.

Alternatives

No response