Skip to content

Commit

Permalink
fixed spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
gretzke committed Dec 10, 2019
1 parent 7185af4 commit 2b43608
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion socket_py/socket_py.py
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ async def initialized_P(self, parsedMessage):
self.paymentState = State.initialized_S

async def initialized_S(self):
window.updateInfoCenter('Verifying Payment Channel initalizeation')
window.updateInfoCenter('Verifying Payment Channel initialization')
QThread().sleep(1)
# setup contract
self.contract = web3.eth.contract(
Expand Down

0 comments on commit 2b43608

Please sign in to comment.