mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Transfer fee changes:
An offer owner pays the transfer fee and only change a transfer fee when transfering an IOU (as the old code does).
This commit is contained in:
@@ -34,8 +34,8 @@ namespace ripple {
|
||||
NetClock::time_point const& flowV2SoTime ()
|
||||
{
|
||||
using namespace std::chrono_literals;
|
||||
// Mon March 28, 2016 10:00:00am PST
|
||||
static NetClock::time_point const soTime{512503200s};
|
||||
// Wed May 25, 2016 10:00:00am PDT
|
||||
static NetClock::time_point const soTime{517510800s};
|
||||
return soTime;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user