Create and import Bitcoin Like Account request implementation
This commit is contained in:
parent
51498192c6
commit
043325b887
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ public class InsightApiGenerator {
|
||||||
transactionGetters.get(cryptoCoin).addAddress(address);
|
transactionGetters.get(cryptoCoin).addAddress(address);
|
||||||
transactionGetters.get(cryptoCoin).start();*/
|
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.addAddress(address);
|
||||||
transByAddr.start();
|
transByAddr.start();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue