added comments

This commit is contained in:
Manfred Karrer 2014-08-26 17:44:55 +02:00
parent 1955250ae8
commit 77431b3d94
5 changed files with 10 additions and 10 deletions

View file

@ -47,9 +47,8 @@ public class FeePolicy {
this.params = params;
}
//TODO other users or dev address? use donation option list?
//TODO who is receiver? other users or dev address? use donation option list?
// (dev, other users, wikileaks, tor, sub projects (bitcoinj, tomp2p,...)...)
public Address getAddressForRegistrationFee() {
try {
return new Address(params, registrationFeeAddress);
@ -60,7 +59,6 @@ public class FeePolicy {
}
//TODO get address form arbitrator list
public Address getAddressForCreateOfferFee() {
try {
return new Address(params, createOfferFeeAddress);
@ -71,7 +69,6 @@ public class FeePolicy {
}
//TODO get address form the intersection of both traders arbitrator lists
public Address getAddressForTakeOfferFee() {
try {
return new Address(params, takeOfferFeeAddress);