Files
xahau.js/packages/ripple-binary-codec/src
elmurci b023e9b35b fix(tickets): Field codes for TicketCount and TicketSequence (#111)
* fix(tickets): Field codes for TicketCount and TicketSequence
BeginLedgerSeq was taking the place of TicketCount (40) in definitions.
From a8d481c2a5/src/ripple/protocol/impl/SField.cpp
TicketCount should be 40 and TicketSequence 41.
BeginLedgerSeq doesn't seem to be used, so removing it

* fix(ci): fix tests ci
2020-11-23 21:51:03 +01:00
..
2020-07-31 09:14:11 -05:00
2020-10-22 15:36:45 -05:00
2020-07-31 09:14:11 -05:00
2020-08-20 12:37:12 -05:00
2020-07-31 09:14:11 -05:00
2020-07-31 09:14:11 -05:00

ripple-binary-codec

Serialize and deserialize transactions according to the XRP Ledger protocol.