website: snapshot

This commit is contained in:
nym21
2026-02-02 18:39:42 +01:00
parent cf4bc470e4
commit b23d20ea05
44 changed files with 2637 additions and 2800 deletions

View File

@@ -58,10 +58,10 @@ impl Query {
.get_once(outputtype, type_index)?;
let address_data = match any_address_index.to_enum() {
AnyAddressDataIndexEnum::Loaded(index) => computer
AnyAddressDataIndexEnum::Funded(index) => computer
.distribution
.addresses_data
.loaded
.funded
.iter()?
.get_unwrap(index),
AnyAddressDataIndexEnum::Empty(index) => computer