chia-blockchain/tests/wallet/cat_wallet
Matt Hauff ffd02b2f80
Return existing CAT wallet instead of raising (#14101)
* Return existing CAT wallet instead of raising

There's no reason to raise here, all the caller is looking for is an instance of the CATWallet that they're looking for and to create it if it doesn't exist.

* rename create_wallet_for_cat -> get_or_...

* Move wallet created noti inside of function

* remove redundant call
2022-12-13 22:46:16 -06:00
..
__init__.py Merge standalone wallet into main (#9793) 2022-01-13 12:08:32 -08:00
config.py configure isort to add the future annotations import (#13327) 2022-09-30 03:40:22 -05:00
test_cat_lifecycle.py isort: Remove all tests.wallet exceptions and sort the related files (#13978) 2022-11-22 15:33:17 -06:00
test_cat_outer_puzzle.py Bump for new clvm_tools and clvm_tools_rs versions (#13774) 2022-11-02 11:18:15 -05:00
test_cat_wallet.py Return existing CAT wallet instead of raising (#14101) 2022-12-13 22:46:16 -06:00
test_offer_lifecycle.py isort: Remove all tests.wallet exceptions and sort the related files (#13978) 2022-11-22 15:33:17 -06:00
test_trades.py Return existing CAT wallet instead of raising (#14101) 2022-12-13 22:46:16 -06:00