mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Add SimpleIdentifier traits for non-crypto identifiers
This commit is contained in:
@@ -951,7 +951,7 @@ static RippleAddressTests rippleAddressTests;
|
||||
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
class RippleCryptoIdentifierTests : public UnitTest
|
||||
class RippleIdentifierTests : public UnitTest
|
||||
{
|
||||
public:
|
||||
void runTest ()
|
||||
@@ -1013,9 +1013,9 @@ public:
|
||||
privateKey.to_string());
|
||||
}
|
||||
|
||||
RippleCryptoIdentifierTests () : UnitTest ("RippleCryptoIdentifier", "ripple")
|
||||
RippleIdentifierTests () : UnitTest ("RippleIdentifier", "ripple")
|
||||
{
|
||||
}
|
||||
};
|
||||
|
||||
static RippleCryptoIdentifierTests rippleCryptoIdentifierTests;
|
||||
static RippleIdentifierTests rippleIdentifierTests;
|
||||
|
||||
Reference in New Issue
Block a user