Closed levoncrypto closed 7 months ago
The changes involve refining recipient handling in the SendCoinsDialog
class to ensure no CExchangeKeyID
addresses are present before proceeding to display the SendGoPrivateDialog
. This enhancement aims to streamline user experience and reinforce address verification.
File | Change Summary |
---|---|
src/qt/sendcoinsdialog.cpp |
Updated recipient handling in on_sendButton_clicked() to check for CExchangeKeyID addresses before showing SendGoPrivateDialog . |
🐇✨
In the realm of coins and keys,
A rabbit hopped, with utmost ease.
"NoCExchangeKeyID
shall pass," it said,
Before the private dialog is spread.
With every hop, a fix in place,
Ensuring privacy, in this digital space. 🌟
🐇✨
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
We don't need this anymore, as we removed the popup window in #1434 .
Summary by CodeRabbit
New Features
Bug Fixes