Skip to content

Commit 1eb1484

Browse files
authored
Typo fix (#539)
1 parent eddb020 commit 1eb1484

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

IPs/RSKIP529.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ This RSKIP adds new storage cells to the Bridge native contract for storing base
2626

2727
## Motivation
2828

29-
RSKIP535 [2](#references) defines how base event information can be stored in the block header extension to enable efficient zero-knowledge proofs of cumulative work. However, for this mechanism to work effectively, the Union Bridge contract needs a way to store and manage the current base and super event data that will be included in block headers.
29+
RSKIP535 [[2]](#references) defines how base event information can be stored in the block header extension to enable efficient zero-knowledge proofs of cumulative work. However, for this mechanism to work effectively, the Union Bridge contract needs a way to store and manage the current base and super event data that will be included in block headers.
3030

31-
The Bridge native contract provides persistent storage capabilities to maintain the current state of base and super events. As described in RSKIP535 [2](#references), this data is then used by miners to populate the baseEvent field in block headers, enabling the zero-knowledge proof functionality.
31+
The Bridge native contract provides persistent storage capabilities to maintain the current state of base and super events. As described in RSKIP535 [[2]](#references), this data is then used by miners to populate the baseEvent field in block headers, enabling the zero-knowledge proof functionality.
3232

3333
## Specification
3434

0 commit comments

Comments
 (0)