mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 07:07:43 +01:00
Add log
This commit is contained in:
parent
93c8f36410
commit
f5270ed559
1 changed files with 1 additions and 0 deletions
|
@ -585,6 +585,7 @@ public class DaoStateService implements DaoSetupService {
|
|||
public void addNonBsqTxOutput(TxOutput txOutput) {
|
||||
checkArgument(txOutput.getTxOutputType() == TxOutputType.ISSUANCE_CANDIDATE_OUTPUT,
|
||||
"txOutput must be type ISSUANCE_CANDIDATE_OUTPUT");
|
||||
log.info("addNonBsqTxOutput: txOutput={}", txOutput);
|
||||
daoState.getNonBsqTxOutputMap().put(txOutput.getKey(), txOutput);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue