simplewallet: Show new address after going multisig

release-v0.5.0
rbrunner7 5 years ago committed by wowario
parent 99533d4592
commit e543d779d8
No known key found for this signature in database
GPG Key ID: 24DCBE762DE9C111

@ -1151,6 +1151,7 @@ bool simple_wallet::exchange_multisig_keys_main(const std::vector<std::string> &
uint32_t threshold, total;
m_wallet->multisig(NULL, &threshold, &total);
success_msg_writer() << tr("Multisig wallet has been successfully created. Current wallet type: ") << threshold << "/" << total;
success_msg_writer() << tr("Multisig address: ") << m_wallet->get_account().get_public_address_str(m_wallet->nettype());
}
}
catch (const std::exception &e)

Loading…
Cancel
Save