Skip to content
This repository was archived by the owner on May 16, 2019. It is now read-only.

Commit a33ac66

Browse files
committed
Correct the data in follow email
1 parent a4902ca commit a33ac66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

market/protocol.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ def rpc_follow(self, sender, proto, signature):
164164
notification.send("[OpenBazaar] %s is now following you!" % m.name,
165165
"You have a new follower:<br><br>Name: %s<br>GUID: <a href=\"ob://%s\">%s</a><br>"
166166
"Handle: %s" %
167-
(m.name, f.guid.encode('hex'), f.guid.encode('hex'), m.handle))
167+
(f.metadata.name, f.guid.encode('hex'), f.guid.encode('hex'), f.metadata.handle))
168168

169169
return ["True", m.SerializeToString(), self.signing_key.sign(m.SerializeToString())[:64]]
170170
except Exception:

0 commit comments

Comments
 (0)