Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/traysi/electrum-raven
Browse files Browse the repository at this point in the history
  • Loading branch information
sphericale committed Nov 8, 2018
2 parents 10dcede + 253ac0a commit b3c5ce3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions electrum/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -838,10 +838,10 @@ def eval_bool(x: str) -> bool:
'requests_dir': 'directory where a bip70 file will be written.',
'ssl_privkey': 'Path to your SSL private key, needed to sign the request.',
'ssl_chain': 'Chain of SSL certificates, needed for signed requests. Put your certificate at the top and the root CA at the end',
'url_rewrite': 'Parameters passed to str.replace(), in order to create the r= part of ravencoin: URIs. Example: \"(\'file:///var/www/\',\'https://electrum-rvn.org/\')\"',
'url_rewrite': 'Parameters passed to str.replace(), in order to create the r= part of ravencoin: URIs. Example: \"(\'file:///var/www/\',\'https://raven.wiki/wiki/Electrum\')\"',
},
'listrequests':{
'url_rewrite': 'Parameters passed to str.replace(), in order to create the r= part of ravencoin: URIs. Example: \"(\'file:///var/www/\',\'https://electrum-rvn.org/\')\"',
'url_rewrite': 'Parameters passed to str.replace(), in order to create the r= part of ravencoin: URIs. Example: \"(\'file:///var/www/\',\'https://raven.wiki/wiki/Electrum\')\"',
}
}

Expand Down
4 changes: 2 additions & 2 deletions electrum/gui/qt/main_window.py
Original file line number Diff line number Diff line change
Expand Up @@ -569,9 +569,9 @@ def add_toggle_action(view_menu, tab):

help_menu = menubar.addMenu(_("&Help"))
help_menu.addAction(_("&About"), self.show_about)
help_menu.addAction(_("&Official website"), lambda: webbrowser.open("https://electrum-rvn.org"))
help_menu.addAction(_("&RVN Electrum Wiki"), lambda: webbrowser.open("https://raven.wiki/wiki/Electrum"))
help_menu.addAction(_("&GetRavencoin.org"), lambda: webbrowser.open("https://GetRavencoin.org"))
help_menu.addSeparator()
help_menu.addAction(_("&Documentation"), lambda: webbrowser.open("http://docs.electrum-rvn.org")).setShortcut(QKeySequence.HelpContents)
help_menu.addAction(_("&Report Bug"), self.show_report_bug)
help_menu.addSeparator()
help_menu.addAction(_("&Donate to server"), self.donate_to_server)
Expand Down

0 comments on commit b3c5ce3

Please sign in to comment.