mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-25 08:00:22 +00:00
Merge remote-tracking branch 'upstream/ripple/wasmi-host-functions' into ripple/se/fees
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
#include <cstddef>
|
||||
#include <utility>
|
||||
|
||||
namespace ripple {
|
||||
namespace xrpl {
|
||||
|
||||
STBase*
|
||||
STValidation::copy(std::size_t n, void* buf) const
|
||||
@@ -105,7 +105,7 @@ STValidation::isValid() const noexcept
|
||||
{
|
||||
XRPL_ASSERT(
|
||||
publicKeyType(getSignerPublic()) == KeyType::secp256k1,
|
||||
"ripple::STValidation::isValid : valid key type");
|
||||
"xrpl::STValidation::isValid : valid key type");
|
||||
|
||||
valid_ = verifyDigest(
|
||||
getSignerPublic(),
|
||||
@@ -137,4 +137,4 @@ STValidation::getSerialized() const
|
||||
return s.peekData();
|
||||
}
|
||||
|
||||
} // namespace ripple
|
||||
} // namespace xrpl
|
||||
|
||||
Reference in New Issue
Block a user