You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In rippled, there is no distinction between a HashType and a UIntType (everything is just a UIntType). We should remove HashType and make everything in the binary codec inherit from the same super-class.
In rippled, there is no distinction between a
HashType
and aUIntType
(everything is just aUIntType
). We should removeHashType
and make everything in the binary codec inherit from the same super-class.See #500 for a related issue.
The text was updated successfully, but these errors were encountered: