mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Sign based on --testnet.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
|
||||
#include "SerializedValidation.h"
|
||||
|
||||
#include "HashPrefixes.h"
|
||||
#include "Config.h"
|
||||
#include "Log.h"
|
||||
|
||||
DECLARE_INSTANCE(SerializedValidation);
|
||||
@@ -70,7 +70,7 @@ void SerializedValidation::sign(uint256& signingHash, const RippleAddress& raPri
|
||||
|
||||
uint256 SerializedValidation::getSigningHash() const
|
||||
{
|
||||
return STObject::getSigningHash(sHP_Validation);
|
||||
return STObject::getSigningHash(theConfig.SIGN_VALIDATION);
|
||||
}
|
||||
|
||||
uint256 SerializedValidation::getLedgerHash() const
|
||||
|
||||
Reference in New Issue
Block a user