You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating a DAO, the wallet must hold two coins: One to create the DAO, and one to mint the DAO CATs. This is an issue because I would expect most new DAOs to be created from a new wallet, which would receive a single coin from another wallet.
For example, the following command to create a DAO:
Will fail with this error if only one coin is present:
Exception from 'wallet' {'error': 'Transaction for 100000 is greater than spendable balance of 0. There may be other transactions pending or our minimum coin amount is too high.', 'success': False}
I will document this on our website, but it would be better if either:
The error message could be more specific that another coin is required, or
(better) The DAO could automatically (or maybe prompt to) split the coin prior to creating the DAO, or
Create the DAO first, wait for change, and then create the DAO CATs
Version
2.0.1b3.dev316 (dao-wallet branch)
What platform are you using?
Windows
What ui mode are you using?
CLI
Relevant log output
No response
The text was updated successfully, but these errors were encountered:
Testing on main, this does give a more meaningful error: ValueError: DAO creation requires at least 2 xch coins in your wallet.
Ideally in a future version, if there is only one coin, it would automatically be split into two.
What happened?
When creating a DAO, the wallet must hold two coins: One to create the DAO, and one to mint the DAO CATs. This is an issue because I would expect most new DAOs to be created from a new wallet, which would receive a single coin from another wallet.
For example, the following command to create a DAO:
Will fail with this error if only one coin is present:
I will document this on our website, but it would be better if either:
Version
2.0.1b3.dev316 (dao-wallet branch)
What platform are you using?
Windows
What ui mode are you using?
CLI
Relevant log output
No response
The text was updated successfully, but these errors were encountered: