fix typo in contract terms type decl

This commit is contained in:
Florian Dold 2019-12-06 11:02:38 +01:00
parent 52da599ddb
commit b4d36fca18
No known key found for this signature in database
GPG Key ID: D2E4F00F29D02A4B

View File

@ -314,7 +314,7 @@ export class ContractTerms {
* Hash of the merchant's wire details. * Hash of the merchant's wire details.
*/ */
@Checkable.Optional(Checkable.String()) @Checkable.Optional(Checkable.String())
auto_refund: string; auto_refund?: string;
/** /**
* Wire method the merchant wants to use. * Wire method the merchant wants to use.