hedera-services
hedera-services copied to clipboard
Revert CES directory naming
In 0.50, the naming schema for the CES directory changed. This is causing problems for node managers.
Original CES directory: events_${X}
where X is equal to the memo field of the node's address if it is present, or equal to the node ID if the memo field is not present.
New CES directory: events_${NODE_ID}