Deyan Zhekov
Results
1
comments of
Deyan Zhekov
As far as I can see, in [SystemIntegrationTest.java](https://github.com/hashgraph/hedera-sdk-java/blob/develop/sdk/src/integrationTest/java/SystemIntegrationTest.java#L26C40-L26C40) in `allSystemTransactionsAreNotSupported()`, after creating `FileCreateTransaction()`, the setup for `keys` is missing - check [line 26](https://github.com/hashgraph/hedera-sdk-java/blob/c08a984105b59987ee6135f723d9a2e687849560/sdk/src/integrationTest/java/SystemIntegrationTest.java#L26C40-L26C40). I ran several times the C++ implementation...