[lightning] save bit number when converting features from clightning

This commit is contained in:
nymkappa
2023-07-05 11:17:04 +02:00
parent 1f003cc292
commit 32d46ad7ac
3 changed files with 7 additions and 1 deletions

View File

@@ -79,6 +79,7 @@ export namespace ILightningApi {
}
export interface Feature {
bit: number;
name: string;
is_required: boolean;
is_known: boolean;