update comment

This commit is contained in:
Seth Alves 2018-04-05 13:01:31 -07:00
parent 1de878eb9c
commit 148007435e

View file

@ -825,7 +825,7 @@ void AddressManager::copyAddress() {
return;
}
// assume that the address is being copied because the user wants a shareable address
// currentShareableAddress will be blank for serverless domains, so use currentFacingAddress here
QGuiApplication::clipboard()->setText(currentFacingAddress().toString());
}