futureversecom / trn-seed

Implementation of The Root Network node in Rust, based on the Substrate framework.

Home Page:https://www.therootnetwork.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Switch to H256 for XRPL TX Hashes

justinfrevert opened this issue · comments

According to the XRPL documentation, ledgers and hashes are stored in 256 bits. Our current type that stores this is information is actually the H512. We should switch the type over into the correct one