From 6926be56fe58e199673db158c4fee7ca7b140c8d Mon Sep 17 00:00:00 2001
From: Joel Grunbaum <joelgrun@gmail.com>
Date: Sun, 09 Jan 2022 08:21:26 +0000
Subject: [PATCH] Fixed deletedOrder and send now returns packet

---
 strat.hpp |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/strat.hpp b/strat.hpp
index 212f323..893edce 100644
--- a/strat.hpp
+++ b/strat.hpp
@@ -1,9 +1,8 @@
 #pragma once
 
 #include "book.hpp"
-#include "secrets.hpp"
+#include <unordered_map>
+#include <string>
 
-Book recoverBook()
-{
-    
+namespace strat {
 }

--
Gitblit v1.9.3