Skip to content

Commit a2b79d9

Browse files
committed
fix: replace immutably with persistently in HIP-1137 blog
Signed-off-by: Mounil Kanakhara <mounilkankhara@gmail.com>
1 parent 0d77d9f commit a2b79d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/posts/hip-1137.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Each endpoint may provide additional information specific to the endpoint servic
4545

4646
**Consensus Node Association**: Consensus node operators can associate registered nodes they operate via the `associated_registered_nodes` list, enabling clients to find additional infrastructure associated with existing consensus nodes.
4747

48-
**On-Chain Persistence**: All node information is stored immutably in the ledger state, making it authoritative and universally accessible to all network participants.
48+
**On-Chain Persistence**: All node information is stored persistently in the ledger state, making it authoritative and universally accessible to all network participants.
4949

5050
---
5151

0 commit comments

Comments
 (0)