use uint256 instead ripple::base_uint<256>

This commit is contained in:
tequ
2025-10-06 14:27:14 +09:00
parent c83bfe1987
commit 19032e5a2b
2 changed files with 11 additions and 14 deletions

View File

@@ -2181,7 +2181,7 @@ HookAPI::slot_set(Bytes const& data, uint32_t slot_no) const
}
else if (data.size() == 32)
{
uint256 hash = ripple::base_uint<256>::fromVoid(data.data());
uint256 hash = uint256::fromVoid(data.data());
ripple::error_code_i ec{ripple::error_code_i::rpcUNKNOWN};