Skip to content

Commit

Permalink
binformat: update fields to match rippled
Browse files Browse the repository at this point in the history
  • Loading branch information
shekenahglory committed Nov 13, 2014
1 parent df763b8 commit cae9807
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/js/ripple/binformat.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,8 @@ var FIELDS_MAP = exports.fields = {
16: 'BookDirectory',
17: 'InvoiceID',
18: 'Nickname',
19: 'Feature'
19: 'Amendment',
20: 'TicketID'
},
6: { // Amount
1: 'Amount',
Expand Down Expand Up @@ -135,7 +136,8 @@ var FIELDS_MAP = exports.fields = {
10: 'ExpireCode',
11: 'CreateCode',
12: 'MemoType',
13: 'MemoData'
13: 'MemoData',
14: 'MemoFormat'
},
8: { // Account
1: 'Account',
Expand Down Expand Up @@ -187,7 +189,7 @@ var FIELDS_MAP = exports.fields = {
19: { // Vector256
1: 'Indexes',
2: 'Hashes',
3: 'Features'
3: 'Amendments'
}
};

Expand Down

0 comments on commit cae9807

Please sign in to comment.