Skip to content

Commit 3e4ffae

Browse files
godexsofttequdev
authored andcommitted
chore: Update link to ripple-binary-codec (#5355)
The link to ripple-binary-codec's definitions.json appears to be outdated. The updated link is also documented here: https://xrpl.org/docs/references/protocol/binary-format#definitions-file
1 parent ce3838f commit 3e4ffae

File tree

1 file changed

+8
-8
lines changed
  • include/xrpl/protocol

1 file changed

+8
-8
lines changed

include/xrpl/protocol/TER.h

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ using TERUnderlyingType = int;
4141

4242
enum 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

7676
enum 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

152152
enum 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

200200
enum 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

Comments
 (0)