Update created trading bot variable and sent reference of merkel to it

This commit is contained in:
Lev
2021-07-01 16:52:41 -05:00
parent 21d82edc88
commit bfb805e93d

View File

@ -1,10 +1,11 @@
#include "Wallet.h"
#include <iostream>
#include "MerkelMain.h"
#include "TradingBot.h"
int main()
{
MerkelMain app{};
TradingBot bot{&app};
app.init();
}