Skip to content

Commit

Permalink
refactor: fix testing remnants
Browse files Browse the repository at this point in the history
Signed-off-by: Rob Walworth <[email protected]>
  • Loading branch information
rwalworth committed Oct 24, 2024
1 parent b6f4663 commit 9039431
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions src/sdk/examples/GetAddressBookExample.cc
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,11 @@
* limitations under the License.
*
*/
#include "AccountCreateTransaction.h"
#include "AddressBookQuery.h"
#include "Client.h"
#include "ED25519PrivateKey.h"
#include "FileId.h"
#include "NodeAddressBook.h"
#include "TransactionReceipt.h"
#include "TransactionResponse.h"

#include <dotenv.h>
#include <iostream>

using namespace Hedera;
Expand Down
1 change: 0 additions & 1 deletion src/sdk/main/src/AddressBookQuery.cc
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
#include "exceptions/MaxAttemptsExceededException.h"
#include "impl/MirrorNetwork.h"
#include "impl/MirrorNode.h"
#include "impl/Utilities.h"

#include <proto/mirror/mirror_network_service.pb.h>
#include <thread>
Expand Down

0 comments on commit 9039431

Please sign in to comment.