Proxy funkction for getAssetPair by assets

This commit is contained in:
7u83 2018-12-31 14:09:18 +01:00
parent a9ad772112
commit 6eb9ab8ff9
1 changed files with 5 additions and 0 deletions

View File

@ -85,4 +85,9 @@ public class RealWorld implements World {
return godworld.getDefaultAssetPair();
}
@Override
public AssetPair getAssetPair(AbstractAsset asset, AbstractAsset currency) {
return godworld.getAssetPair(asset, currency);
}
}