Create and import Bitcoin Like Account request implementation

feat_androidx_migration
hvarona 2018-11-01 00:11:51 -04:00
parent 51498192c6
commit 043325b887
1 changed files with 1 additions and 1 deletions

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();