Skip to content

Commit

Permalink
fix API bug and remove unused clsphex
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-o-how committed Jun 30, 2023
1 parent fb91d31 commit 225b5b9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions chia/rpc/wallet_rpc_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -2522,6 +2522,7 @@ async def dao_create_proposal(self, request) -> EndpointResult:
proposal_timelock=prop.get("proposal_timelock") or rules.proposal_timelock,
soft_close_length=prop.get("soft_close_length") or rules.soft_close_length,
attendance_required=prop.get("attendance_required") or rules.attendance_required,
proposal_minimum_amount=prop.get("proposal_minimum_amount") or rules.proposal_minimum_amount,
pass_percentage=prop.get("pass_percentage") or rules.pass_percentage,
self_destruct_length=prop.get("self_destruct_length") or rules.self_destruct_length,
oracle_spend_delay=prop.get("oracle_spend_delay") or rules.oracle_spend_delay,
Expand Down
1 change: 0 additions & 1 deletion chia/wallet/puzzles/dao_treasury_with_hack.clsp.hex

This file was deleted.

0 comments on commit 225b5b9

Please sign in to comment.