Add backend mode to backend-info

This commit is contained in:
Mononaut
2024-04-01 04:00:29 +00:00
parent 1630d71e7b
commit df72829fd2
2 changed files with 6 additions and 4 deletions

View File

@@ -455,6 +455,7 @@ export interface IBackendInfo {
gitCommit: string;
version: string;
lightning: boolean;
backend: 'esplora' | 'electrum' | 'none';
}
export interface IDifficultyAdjustment {