Skip to content

Commit cae9807

Browse files
committed
binformat: update fields to match rippled
1 parent df763b8 commit cae9807

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/js/ripple/binformat.js

+5-3
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,8 @@ var FIELDS_MAP = exports.fields = {
106106
16: 'BookDirectory',
107107
17: 'InvoiceID',
108108
18: 'Nickname',
109-
19: 'Feature'
109+
19: 'Amendment',
110+
20: 'TicketID'
110111
},
111112
6: { // Amount
112113
1: 'Amount',
@@ -135,7 +136,8 @@ var FIELDS_MAP = exports.fields = {
135136
10: 'ExpireCode',
136137
11: 'CreateCode',
137138
12: 'MemoType',
138-
13: 'MemoData'
139+
13: 'MemoData',
140+
14: 'MemoFormat'
139141
},
140142
8: { // Account
141143
1: 'Account',
@@ -187,7 +189,7 @@ var FIELDS_MAP = exports.fields = {
187189
19: { // Vector256
188190
1: 'Indexes',
189191
2: 'Hashes',
190-
3: 'Features'
192+
3: 'Amendments'
191193
}
192194
};
193195

0 commit comments

Comments
 (0)