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

Commit 459a4f5

Browse files
committed
Fix to f.metadata.name
1 parent a33ac66 commit 459a4f5

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
@@ -161,7 +161,7 @@ def rpc_follow(self, sender, proto, signature):
161161

162162
# Send SMTP notification
163163
notification = SMTPNotification(self.db)
164-
notification.send("[OpenBazaar] %s is now following you!" % m.name,
164+
notification.send("[OpenBazaar] %s is now following you!" % f.metadata.name,
165165
"You have a new follower:<br><br>Name: %s<br>GUID: <a href=\"ob://%s\">%s</a><br>"
166166
"Handle: %s" %
167167
(f.metadata.name, f.guid.encode('hex'), f.guid.encode('hex'), f.metadata.handle))

0 commit comments

Comments
 (0)