Merge branch 'develop' of https://github.com/ripple/ripple-lib into develop

This commit is contained in:
wltsmrz
2013-11-15 23:15:04 -08:00
3 changed files with 116 additions and 1 deletions

View File

@@ -1387,6 +1387,8 @@ Remote.prototype.requestUnlAdd = function(addr, comment, callback) {
request.message.node = addr;
if (comment) {
// note is not specified anywhere, should remove?
var note = undefined;
request.message.comment = note;
}