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 <iostream>
|
||||
#include "MerkelMain.h"
|
||||
#include "TradingBot.h"
|
||||
|
||||
int main()
|
||||
{
|
||||
MerkelMain app{};
|
||||
TradingBot bot{&app};
|
||||
app.init();
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user