mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-22 14:42:37 +01:00
Add comment
Co-Authored-By: ManfredKarrer <mk@nucleo.io>
This commit is contained in:
parent
6b0a54bb0e
commit
c463768856
1 changed files with 1 additions and 1 deletions
|
@ -191,7 +191,7 @@ public class BtcWalletService extends WalletService {
|
|||
// BSQ change outputs from BSQ fee inputs.
|
||||
feeTx.getOutputs().forEach(preparedTx::addOutput);
|
||||
|
||||
//
|
||||
// For generic proposals there is no issuance output, for compensation and reimburse requests there is
|
||||
if (issuanceAmount != null && issuanceAddress != null) {
|
||||
// BSQ issuance output
|
||||
preparedTx.addOutput(issuanceAmount, issuanceAddress);
|
||||
|
|
Loading…
Add table
Reference in a new issue