Skip to content

Commit

Permalink
fix indent
Browse files Browse the repository at this point in the history
fix indent
  • Loading branch information
thelastjosh authored Dec 5, 2023
1 parent bd7e8c6 commit 5ec4887
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions DAOIPs/daoip-5.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,11 +168,11 @@ Applications JSON-LD Schema
"isApproved": <OPTIONAL: A Boolean true/false indicating that an eligible grant has been approved for funding by the grant pool.>,
"isPaid": <OPTIONAL: A Boolean true/false indicating that an approved grant is fully paid, and no additional funds should be expected from the grant pool.>,
"payouts": [ <OPTIONAL>
{
"type": "<The type of the payout transaction, e.g. CallDataEVM.>",
"value": {"<The values of the payout transaction, e.g. operation, from, to, value, data, and so on.>"}
"proof": "<The transaction hash or other evidence that the payout was made.>",
}
{
"type": "<The type of the payout transaction, e.g. CallDataEVM.>",
"value": {"<The values of the payout transaction, e.g. operation, from, to, value, data, and so on.>"}
"proof": "<The transaction hash or other evidence that the payout was made.>",
}
]
}
]
Expand Down

0 comments on commit 5ec4887

Please sign in to comment.