mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-22 22:45:21 +01:00
FIx typo
Co-Authored-By: ManfredKarrer <mk@nucleo.io>
This commit is contained in:
parent
c463768856
commit
7be08fee9c
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ public class IssuanceService {
|
|||
} else if (issuanceProposal instanceof ReimbursementProposal) {
|
||||
issuanceType = IssuanceType.REIMBURSEMENT;
|
||||
}
|
||||
checkArgument(issuanceType != IssuanceType.UNDEFINED, "issuanceType must nto be undefined");
|
||||
checkArgument(issuanceType != IssuanceType.UNDEFINED, "issuanceType must not be undefined");
|
||||
|
||||
// We don't check atm if the output is unspent. We cannot use the bsqWallet as that would not
|
||||
// reflect our current block state (could have been spent at later block which is valid and
|
||||
|
|
Loading…
Add table
Reference in a new issue