http://mmgen-wallet.i2p/project/mmgen/mmgen-wallet/commit/b6acf87916dce2cedf77fdd4f31421f21d705232
.* ' , fn . name ) [ 1 ] ) def pre_init_action ( self ) : if self . cfg . skip_empty_accounts : msg ( orange ( ' Skipping display of empty accounts where applicable ' ) ) if self . cfg . skip_empty_addresses : msg ( orange ( ' Skipping display of empty used addresses where applicable ' ) ) def get_coin_daemon_rpc ( self ) : host , port = self . cfg . daemon . split ( ' : ' ) if self . cfg . daemon else ( ' localhost ' , self . wd . monerod_port ) @ -1066,7 +1076,7 @@ class MoneroWalletOps: await self . c ....