The xrpl-rust library uses a map of AccountSet flags which are inconsistent with the rippled C++ client (flag definitions found here)
Consequently, I expect any invocation of AccountSet transaction with the affected flags to not work as expected.
This PR updates the flags to their correct values in its Change-Set. Here are the incorrect AccountSet flags:

The xrpl-rust library uses a map of AccountSet flags which are inconsistent with the rippled C++ client (flag definitions found here)
Consequently, I expect any invocation of
AccountSettransaction with the affected flags to not work as expected.This PR updates the flags to their correct values in its Change-Set. Here are the incorrect
AccountSetflags: