We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dd8f28 commit b590e2cCopy full SHA for b590e2c
1 file changed
src/ripple/ledger/impl/View.cpp
@@ -34,8 +34,8 @@ namespace ripple {
34
NetClock::time_point const& amendmentRIPD1141SoTime ()
35
{
36
using namespace std::chrono_literals;
37
- // Wed May 26, 2016 07:00:00am PDT
38
- static NetClock::time_point const soTime{517586400s};
+ // Fri July 1, 2016 10:00:00am PDT
+ static NetClock::time_point const soTime{520707600s};
39
return soTime;
40
}
41
0 commit comments