mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Set feature activation date to Aug 17
This commit is contained in:
@@ -28,8 +28,8 @@ static
|
|||||||
bool enableDirRestartFix (
|
bool enableDirRestartFix (
|
||||||
std::uint32_t parentCloseTime)
|
std::uint32_t parentCloseTime)
|
||||||
{
|
{
|
||||||
// Mon Aug 10 11:00:00am PDT
|
// Mon Aug 17 11:00:00am PDT
|
||||||
static std::uint32_t const enableAfter = 492544800;
|
static std::uint32_t const enableAfter = 493149600;
|
||||||
return parentCloseTime > enableAfter;
|
return parentCloseTime > enableAfter;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -518,9 +518,9 @@ CreateOffer::format_amount (STAmount const& amount)
|
|||||||
STAmount
|
STAmount
|
||||||
CreateOffer::getAccountReserve (SLE::pointer account)
|
CreateOffer::getAccountReserve (SLE::pointer account)
|
||||||
{
|
{
|
||||||
// Mon Aug 10 11:00:00am PDT
|
// Mon Aug 17 11:00:00am PDT
|
||||||
static NetClock::time_point const switchoverTime (
|
static NetClock::time_point const switchoverTime (
|
||||||
std::chrono::seconds (492544800));
|
std::chrono::seconds (493149600));
|
||||||
if (ctx_.view().info().parentCloseTime <=
|
if (ctx_.view().info().parentCloseTime <=
|
||||||
switchoverTime.time_since_epoch().count())
|
switchoverTime.time_since_epoch().count())
|
||||||
return STAmount (ctx_.view().fees().accountReserve(
|
return STAmount (ctx_.view().fees().accountReserve(
|
||||||
|
|||||||
@@ -28,8 +28,8 @@ namespace ripple {
|
|||||||
|
|
||||||
// See https://ripple.com/wiki/Transaction_Format#Payment_.280.29
|
// See https://ripple.com/wiki/Transaction_Format#Payment_.280.29
|
||||||
|
|
||||||
// Mon Aug 10 11:00:00am PDT
|
// Mon Aug 17 11:00:00am PDT
|
||||||
static std::uint32_t const deliverMinTime = 492544800;
|
static std::uint32_t const deliverMinTime = 493149600;
|
||||||
|
|
||||||
bool
|
bool
|
||||||
allowDeliverMin (ApplyView const& view)
|
allowDeliverMin (ApplyView const& view)
|
||||||
|
|||||||
@@ -41,9 +41,9 @@ public:
|
|||||||
// would remove the first "taker gets" xrp offer, even though the offer is
|
// would remove the first "taker gets" xrp offer, even though the offer is
|
||||||
// still funded and not used for the payment.
|
// still funded and not used for the payment.
|
||||||
|
|
||||||
// Mon Aug 10 11:00:00am PDT
|
// Mon Aug 17 11:00:00am PDT
|
||||||
static NetClock::time_point const switchoverTime (
|
static NetClock::time_point const switchoverTime (
|
||||||
std::chrono::seconds (492544800));
|
std::chrono::seconds (493149600));
|
||||||
|
|
||||||
for(int i=0; i<2; ++i)
|
for(int i=0; i<2; ++i)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user