hedera-services icon indicating copy to clipboard operation
hedera-services copied to clipboard

EventDescriptorWrapper should not copy Bytes

Open lpetrovic05 opened this issue 5 months ago • 0 comments

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.

lpetrovic05 avatar Sep 18 '24 14:09 lpetrovic05