Fixes typemismatch
This commit is contained in:
+1
-1
@@ -54,7 +54,7 @@ class PaymentTargetsEvent(
|
|||||||
earlierVersion.tags
|
earlierVersion.tags
|
||||||
.filter(PaymentTargetTag::notMatch)
|
.filter(PaymentTargetTag::notMatch)
|
||||||
.plus(targets.map { PaymentTargetTag.assemble(it) })
|
.plus(targets.map { PaymentTargetTag.assemble(it) })
|
||||||
.plus(AltTag.assemble(ALT))
|
.plusElement(AltTag.assemble(ALT))
|
||||||
.toTypedArray()
|
.toTypedArray()
|
||||||
|
|
||||||
return signer.sign(createdAt, KIND, tags, earlierVersion.content)
|
return signer.sign(createdAt, KIND, tags, earlierVersion.content)
|
||||||
|
|||||||
Reference in New Issue
Block a user