@@ -41,8 +41,8 @@ using TERUnderlyingType = int;
4141
4242enum TELcodes : TERUnderlyingType {
4343 // Note: Range is stable.
44- // Exact numbers are used in ripple -binary-codec:
45- // https://github.com/ripple/ripple- binary-codec/blob/master /src/enums/definitions.json
44+ // Exact numbers are used in xahau -binary-codec:
45+ // https://github.com/Xahau/xahau.js/blob/main-xahau/packages/xahau- binary-codec/src/enums/definitions.json
4646 // Use tokens.
4747
4848 // -399 .. -300: L Local error (transaction fee inadequate, exceeds local
@@ -75,8 +75,8 @@ enum TELcodes : TERUnderlyingType {
7575
7676enum TEMcodes : TERUnderlyingType {
7777 // Note: Range is stable.
78- // Exact numbers are used in ripple -binary-codec:
79- // https://github.com/ripple/ripple- binary-codec/blob/master /src/enums/definitions.json
78+ // Exact numbers are used in xahau -binary-codec:
79+ // https://github.com/Xahau/xahau.js/blob/main-xahau/packages/xahau- binary-codec/src/enums/definitions.json
8080 // Use tokens.
8181
8282 // -299 .. -200: M Malformed (bad signature)
@@ -151,8 +151,8 @@ enum TEMcodes : TERUnderlyingType {
151151
152152enum TEFcodes : TERUnderlyingType {
153153 // Note: Range is stable.
154- // Exact numbers are used in ripple -binary-codec:
155- // https://github.com/ripple/ripple- binary-codec/blob/master /src/enums/definitions.json
154+ // Exact numbers are used in xahau -binary-codec:
155+ // https://github.com/Xahau/xahau.js/blob/main-xahau/packages/xahau- binary-codec/src/enums/definitions.json
156156 // Use tokens.
157157
158158 // -199 .. -100: F
@@ -199,8 +199,8 @@ enum TEFcodes : TERUnderlyingType {
199199
200200enum TERcodes : TERUnderlyingType {
201201 // Note: Range is stable.
202- // Exact numbers are used in ripple -binary-codec:
203- // https://github.com/ripple/ripple- binary-codec/blob/master /src/enums/definitions.json
202+ // Exact numbers are used in xahau -binary-codec:
203+ // https://github.com/Xahau/xahau.js/blob/main-xahau/packages/xahau- binary-codec/src/enums/definitions.json
204204 // Use tokens.
205205
206206 // -99 .. -1: R Retry
0 commit comments