Status
- chain
- {{ self.chain }}
%% if let Some(height) = self.height {
- height
- {{ height }}
%% }
- runes
- {{ self.runes }}
- lost sats
- {{ self.lost_sats }}
- started
- {{ self.started }}
- uptime
- {{ humantime::format_duration(self.uptime) }}
- initial sync time
- {{ humantime::format_duration(self.initial_sync_time) }}
- version
- {{ env!("CARGO_PKG_VERSION") }}
- unrecoverably reorged
- {{ self.unrecoverably_reorged }}
- address index
- {{ self.address_index }}
- transaction index
- {{ self.transaction_index }}
%% if !env!("GIT_BRANCH").is_empty() {
- git branch
- {{ env!("GIT_BRANCH") }}
%% }
%% if !env!("GIT_COMMIT").is_empty() {
- git commit
-
{{ env!("GIT_COMMIT") }}
%% }