Commit ff2a920
bleprevost
Add missing Holder and Delegate fields to binary-codec definitions
The Holder field (AccountID nth=11) and Delegate field (AccountID nth=12) were missing
from the definitions.json, causing MPTokenAuthorize transactions with the Holder field
to fail with tecNO_PERMISSION because the field was not being properly serialized.
This fix aligns the definitions with the official xrpl.js ripple-binary-codec.1 parent 62ea18a commit ff2a920
1 file changed
+20
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2197 | 2197 | | |
2198 | 2198 | | |
2199 | 2199 | | |
| 2200 | + | |
| 2201 | + | |
| 2202 | + | |
| 2203 | + | |
| 2204 | + | |
| 2205 | + | |
| 2206 | + | |
| 2207 | + | |
| 2208 | + | |
| 2209 | + | |
| 2210 | + | |
| 2211 | + | |
| 2212 | + | |
| 2213 | + | |
| 2214 | + | |
| 2215 | + | |
| 2216 | + | |
| 2217 | + | |
| 2218 | + | |
| 2219 | + | |
2200 | 2220 | | |
2201 | 2221 | | |
2202 | 2222 | | |
| |||
0 commit comments