Co-Authored-By: ManfredKarrer <mk@nucleo.io>
This commit is contained in:
sqrrm 2018-10-24 18:28:33 -05:00 committed by GitHub
parent c463768856
commit 7be08fee9c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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