Skip to content

Commit

Permalink
variable undefined
Browse files Browse the repository at this point in the history
  • Loading branch information
longzai1988 committed May 6, 2015
1 parent d263c53 commit 8f1c4d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jay.js
Original file line number Diff line number Diff line change
Expand Up @@ -649,7 +649,7 @@ var Jay = {};
var attachment = [];
attachment.push(Jay.transactionVersion);
attachment = attachment.concat(Jay.numberToBytes(itemId));
appendages = Jay.addAppendage(Jay.appendages.arbitraryMessage, feedback, appendages);
appendages = Jay.addAppendage(Jay.appendages.message, feedback, appendages);
return Jay.createTrf(Jay.types.marketplace, Jay.subtypes.feedback, Jay.genesisRS, 0, 1, attachment, appendages);
}

Expand Down

0 comments on commit 8f1c4d9

Please sign in to comment.