Add better error for trying to encode invalid transactions (#2001)

This commit is contained in:
Jackson Mills
2022-05-24 15:57:08 -07:00
committed by GitHub
parent 10469a2710
commit c994ac7b65
3 changed files with 23 additions and 0 deletions

View File

@@ -1,5 +1,8 @@
# ripple-binary-codec Release History
## Unreleased
- Added a clearer error message for trying to encode an invalid transaction. (Ex. With an incorrect TransactionType)
## 1.4.0 (2022-04-18)
- Updated NFT definitions to match 1.9.0's breaking naming changes