Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/settlement.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.