diff --git a/plugins/openalias.py b/plugins/openalias.py index e765e4b5..5c8f535c 100644 --- a/plugins/openalias.py +++ b/plugins/openalias.py @@ -114,6 +114,12 @@ class Plugin(BasePlugin): if self.config.get('openalias_autoadd') == 'checked': self.win.wallet.add_contact(address, name) + self.win.payto_e.setFrozen(True) + if self.validate_dnssec(url): + self.win.payto_e.setGreen() + else: + self.win.payto_e.setExpired() + @hook def before_send(self): '''