From 045f2b0b60e45d2de080e4e104cd6b8cdac0f98a Mon Sep 17 00:00:00 2001 From: King Date: Fri, 24 Jan 2025 20:51:35 +0100 Subject: [PATCH] Fix typo contract.md --- docs/contract.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contract.md b/docs/contract.md index b7aef4fcf1..d4c1a89ff8 100644 --- a/docs/contract.md +++ b/docs/contract.md @@ -52,7 +52,7 @@ priority requests** are accrued to the owners' **root-chain balances** to make t It is a standard withdrawal operation. When a block with `partial_exit` **circuit operation** is committed, **withdraw onchain operation** for this withdrawal is created. If the block is verified, funds from the **withdrawal onchain -operation** are acrued to the users' **root-chain balances**. +operation** are accrued to the users' **root-chain balances**. If the block is reverted, this **withdraw onchain operations** are simply discarded.