RadarTech / lnrpc

A Typescript gRPC client for LND with support for all LND sub-servers
MIT License
43 stars 13 forks source link

CloseChannel requires both bytes and str txid #54

Closed wbobeirne closed 5 years ago

wbobeirne commented 5 years ago

The current argument interface for closing a channel is

export interface ChannelPoint {
  fundingTxidBytes: Buffer | string;
  fundingTxidStr: string;
  outputIndex: number;
}

This should probably be either bytes or string, not both.

cavanmflynn commented 5 years ago

A fix has been published in v0.8.0-beta.0.