line break

This commit is contained in:
Yostra 2021-01-12 15:19:23 -05:00
parent aa5f886e81
commit ecdde33e64

View File

@ -106,7 +106,8 @@
# assert cc_wallet.cc_info.my_genesis_checker is not None
# colour = cc_wallet.get_colour()
#
# cc_wallet_2: CCWallet = await CCWallet.create_wallet_for_cc(wallet_node_2.wallet_state_manager, wallet2, colour)
# cc_wallet_2: CCWallet = await CCWallet.create_wallet_for_cc(wallet_node_2.wallet_state_manager, wallet2,
# colour)
#
# assert cc_wallet.cc_info.my_genesis_checker == cc_wallet_2.cc_info.my_genesis_checker
#
@ -204,7 +205,8 @@
# assert cc_wallet.cc_info.my_genesis_checker is not None
# colour = cc_wallet.get_colour()
#
# cc_wallet_2: CCWallet = await CCWallet.create_wallet_for_cc(wallet_node_2.wallet_state_manager, wallet2, colour)
# cc_wallet_2: CCWallet = await CCWallet.create_wallet_for_cc(wallet_node_2.wallet_state_manager, wallet2,
# colour)
#
# assert cc_wallet.cc_info.my_genesis_checker == cc_wallet_2.cc_info.my_genesis_checker
#
@ -259,7 +261,8 @@
# assert cc_wallet.cc_info.my_genesis_checker is not None
# colour = cc_wallet.get_colour()
#
# cc_wallet_2: CCWallet = await CCWallet.create_wallet_for_cc(wallet_node_2.wallet_state_manager, wallet2, colour)
# cc_wallet_2: CCWallet = await CCWallet.create_wallet_for_cc(wallet_node_2.wallet_state_manager, wallet2,
# colour)
#
# assert cc_wallet.cc_info.my_genesis_checker == cc_wallet_2.cc_info.my_genesis_checker
#