allow the injection of custom curl implementations

This commit is contained in:
AZ
2017-01-15 18:46:13 +01:00
parent deae4945b4
commit 327c3bbf72
8 changed files with 124 additions and 92 deletions
@@ -165,4 +165,5 @@ public class Transaction {
if (((Transaction) obj).getHash().equals(this.getHash())) return true;
return false;
}
}