Open hendrikebbers opened 5 days ago
Today the source code contains package definitions like this:
package com.hedera.mirror.api.proto;
Instead of com.hedera we need to use org.hiero. This should be changed before we do the first release under Hiero.
com.hedera
org.hiero
This should be changed when protobufs for Services and Mirror Node packages transfer to Hiero.
Today the source code contains package definitions like this:
Instead of
com.hedera
we need to useorg.hiero
. This should be changed before we do the first release under Hiero.