1
0

typo fix: rename pay_from_URI() -> pay_to_URI()

This commit is contained in:
Roman Zeyde
2015-08-25 17:29:52 +03:00
parent 023cd9eeb0
commit fea97454b1
2 changed files with 2 additions and 2 deletions

View File

@@ -306,7 +306,7 @@ class MiniWindow(QDialog):
self.actuator.g.closeEvent(event)
qApp.quit()
def pay_from_URI(self, URI):
def pay_to_URI(self, URI):
try:
out = util.parse_URI(URI)
except: