Skip to content
This repository has been archived by the owner on Aug 13, 2024. It is now read-only.

Commit

Permalink
fix typo in kip-103
Browse files Browse the repository at this point in the history
  • Loading branch information
yoomee1313 committed Jun 6, 2024
1 parent cc87ba3 commit 88ebcff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions KIPs/kip-103.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,8 @@ The execution result of treasury fund rebalancing will be printed as an INFO-lev
{
"retirees": [ { "retired": "0xRetiredAddress1", "balance": [removed balance in Peb] }, { "retired": "0xRetiredAddress2", "balance": removed balance in Peb], ... } ],
"newbies": [ { "newbie": "0xNewbieAddress1", "fundAllocated": [new allocated balance in Peb] }, { "newbie": "0xNewbieAddress2", "fundAllocated": [new allocated balance in Peb], ... } ],
"burnt": [bunt amount in Peb],
"success": true
"burnt": [burnt amount in Peb],
"success": [true/false]
}
```

Expand Down

0 comments on commit 88ebcff

Please sign in to comment.