aboutsummaryrefslogtreecommitdiff
path: root/src/types.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/types.ts')
-rw-r--r--src/types.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/types.ts b/src/types.ts
index b04453767..f3080ec78 100644
--- a/src/types.ts
+++ b/src/types.ts
@@ -441,8 +441,8 @@ export class Contract {
@Checkable.String
H_wire: string;
- @Checkable.String
- summary: string;
+ @Checkable.Optional(Checkable.String)
+ summary?: string;
@Checkable.Value(AmountJson)
amount: AmountJson;