run build

This commit is contained in:
Sean Yesmunt 2019-06-25 02:37:31 -04:00
parent cfbf86e95d
commit 9b6912e51f
2 changed files with 2 additions and 11 deletions
dist/flow-typed

View file

@ -3,8 +3,7 @@
declare type Claim = StreamClaim | ChannelClaim;
declare type ChannelClaim = GenericClaim & {
is_channel_signature_valid?: boolean, // we may have signed channels in the future, fixes some flow issues for now.
signing_channel?: ChannelClaim,
is_channel_signature_valid?: boolean, // we may have signed channels in the future
value: ChannelMetadata,
};