creates account with world parameter
This commit is contained in:
parent
e99aa62c59
commit
a9ad772112
@ -100,7 +100,7 @@ public abstract class AbstractTrader implements Trader {
|
||||
|
||||
public AbstractTrader(World world, JSONObject cfg) {
|
||||
this.world=world;
|
||||
this.account = new Account();
|
||||
this.account = new Account(world);
|
||||
|
||||
AssetPack pack;
|
||||
pack = new AssetPack(this.world.getDefaultAssetPair().getCurrency(),1000);
|
||||
|
Loading…
Reference in New Issue
Block a user