Create and import Bitcoin Like Account request implementation

This commit is contained in:
hvarona 2018-11-01 00:11:51 -04:00
parent 51498192c6
commit 043325b887

View file

@ -29,7 +29,7 @@ public class InsightApiGenerator {
transactionGetters.get(cryptoCoin).addAddress(address);
transactionGetters.get(cryptoCoin).start();*/
GetTransactionByAddress transByAddr = new GetTransactionByAddress(cryptoCoin,CryptoNetManager.getURL(cryptoCoin.getCryptoNet()),PATH);
GetTransactionByAddress transByAddr = new GetTransactionByAddress(cryptoCoin,CryptoNetManager.getURL(cryptoCoin.getCryptoNet()),PATH,listener);
transByAddr.addAddress(address);
transByAddr.start();