Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
GalaxySciTech committed Aug 9, 2020
1 parent b05328e commit bbee6db
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,8 @@ public BitcoinTransaction(String to, int changeIdx, long amount, long fee, Array
}
}

public BitcoinTransaction(List<MultiTo> multiToList, int changeIdx, long amount, long fee, ArrayList<UTXO> outputs) {
public BitcoinTransaction(List<MultiTo> multiToList, int changeIdx, long fee, ArrayList<UTXO> outputs) {
this.multiToList = multiToList;
this.amount = amount;
this.fee = fee;
this.outputs = outputs;
this.changeIdx = changeIdx;
Expand Down

0 comments on commit bbee6db

Please sign in to comment.