diff --git a/KIPs/kip-103.md b/KIPs/kip-103.md index 24821ff3..7cdd4a74 100644 --- a/KIPs/kip-103.md +++ b/KIPs/kip-103.md @@ -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] } ```