Skip to content

Commit

Permalink
Merge pull request #73 from top1st/patch-1
Browse files Browse the repository at this point in the history
Patch 1
  • Loading branch information
xeroc authored Jan 8, 2019
2 parents 6d0d84c + fbc426f commit e06e2a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphenecommon/memo.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def decrypt(self, message):

# We first try to decode assuming we received the memo
try:
memo_wif = self.blockchain.wallet.getPrivateKeyForPublicKey(memo["to"])
memo_wif = self.blockchain.wallet.getPrivateKeyForPublicKey(message["to"])
pubkey = message["from"]
except KeyNotFound:
try:
Expand Down

0 comments on commit e06e2a8

Please sign in to comment.