hedera-services
hedera-services copied to clipboard
EventDescriptorWrapper should not copy Bytes
EventDescriptorWrapper
copies the hash bytes in the constructor. This is unnecessary, the Hash
class should have a constructor that accepts Bytes
and no copying should be done.