Add more unit test for DynamicNFT (#2892)

* Add more unit test for DynamicNFT

* resolve comment
This commit is contained in:
yinyiqian1
2025-02-04 22:56:01 -05:00
committed by GitHub
parent 23d26c8c2e
commit 991a1d29a4
4 changed files with 37 additions and 3 deletions

View File

@@ -11,7 +11,7 @@
### Added
* Support for the Price Oracles amendment (XLS-47).
* Add `NFTokenModify` transaction and add `tfMutable` flag in `NFTokenMint`
* Support for the `DynamicNFT` amendment (XLS-46)
### Fixed
* Better error handling/error messages for serialization/deserialization errors.