Update created trading bot variable and sent reference of merkel to it
This commit is contained in:
@ -1,10 +1,11 @@
|
|||||||
#include "Wallet.h"
|
#include "Wallet.h"
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include "MerkelMain.h"
|
#include "MerkelMain.h"
|
||||||
|
#include "TradingBot.h"
|
||||||
|
|
||||||
int main()
|
int main()
|
||||||
{
|
{
|
||||||
MerkelMain app{};
|
MerkelMain app{};
|
||||||
|
TradingBot bot{&app};
|
||||||
app.init();
|
app.init();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user