From 078078a231f5613bd41328c12b08715b9a052fc9 Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Wed, 9 Nov 2016 13:53:22 +0100 Subject: #4762 --- lib/wallet/types.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/wallet/types.ts b/lib/wallet/types.ts index be3bb2a19..4695bcedc 100644 --- a/lib/wallet/types.ts +++ b/lib/wallet/types.ts @@ -365,6 +365,9 @@ export class Contract { @Checkable.String H_wire: string; + @Checkable.String + summary: string; + @Checkable.Value(AmountJson) amount: AmountJson; -- cgit v1.2.3