Closed netpoe closed 2 years ago
@susguzman Let's add a new arg to ConditionalEscrow::new: dao_account_id And a new method: set_dao_account_id, in case the creation fails upon delegate_funds, we are able to try with a new name.
ConditionalEscrow::new
dao_account_id
set_dao_account_id
delegate_funds
@susguzman Let's add a new arg to
ConditionalEscrow::new
:dao_account_id
And a new method:set_dao_account_id
, in case the creation fails upondelegate_funds
, we are able to try with a new name.