This commit is contained in:
stjet
2024-09-07 19:15:25 +00:00
parent 77b4d1bfc8
commit 221af83c90
36 changed files with 226 additions and 77 deletions

View File

@@ -161,7 +161,7 @@ export class DomainAccount extends Account {
return this.domain;
}
} else if (block.subtype === "change") {
this.domain.metadata_hash = block.representative;
this.domain.metadata_hash = get_public_key_from_address(block.representative);
this.domain.history.push({
type: "metadata",
block,