From 23a1c1e173c8f6c7a1d9b7859e250460f212e9da Mon Sep 17 00:00:00 2001 From: wizard <112275929+famouswizard@users.noreply.github.com> Date: Sun, 22 Dec 2024 22:16:03 +0300 Subject: [PATCH] docs: Fix typo in "lock time" in Zk Proof Update settlement.md --- doc/settlement.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/settlement.md b/doc/settlement.md index eeb13c2..03513da 100644 --- a/doc/settlement.md +++ b/doc/settlement.md @@ -95,6 +95,6 @@ Break down ProofInputs into segments according to SegmentSize, where each segmen ## Transfer 1. Each account has two funds pools: the "non-refunded funds pool" and the "refunded funds pool." -2. The "refunded funds pool" contains funds that users have requested to refund but the lock time (lock time) has not been reached, so it has not yet been returned to the users. +2. The "refunded funds pool" contains funds that users have requested to refund but the lock-time (lock-time) has not been reached, so it has not yet been returned to the users. 3. The "refunded funds pool" consists of individual refunds. Each refund has its amount and application time. 4. When transferring, the system first deducts from the "non-refunded funds pool" and then proceeds in reverse chronological order to deduct from each refund in the "refunded funds pool" as needed.