hashgraph / hedera-sdk-cpp

C++ SDK for Hedera
Apache License 2.0
8 stars 15 forks source link

Investigate needed delay for acquiring correct cost for queries #655

Closed rwalworth closed 3 months ago

rwalworth commented 3 months ago

During implementation it was discovered that a delay is needed when acquiring the cost of a Query. This delay can currently be seen on line 365 of Query.cc. It's not clear why this delay needs to be here, but it does. This should be investigated and removed if possible as it adds a good amount of time to testing and execution.