Skip to content

Commit

Permalink
correct promote post transfer memo
Browse files Browse the repository at this point in the history
  • Loading branch information
valzav committed Aug 29, 2016
1 parent bcda440 commit 67734f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/modules/PromotePost.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ export default connect(
const operation = {
from: username,
to: 'null', amount: parseFloat(amount, 10).toFixed(3) + ' ' + asset,
memo: author + '/' + permlink
memo: `@${author}/${permlink}`
}
dispatch(transaction.actions.broadcastOperation({
type: 'transfer',
Expand Down

0 comments on commit 67734f1

Please sign in to comment.