mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
refactor: rename info() to header() (#6138)
This change renames all the `info()` functions to `header()`, since they return `LedgerHeader` structs. It also renames the underlying variables from `info_` to `header_`.
This commit is contained in:
@@ -3646,7 +3646,7 @@ private:
|
||||
auto const pk = carol.pk();
|
||||
auto const settleDelay = 100s;
|
||||
NetClock::time_point const cancelAfter =
|
||||
env.current()->info().parentCloseTime + 200s;
|
||||
env.current()->header().parentCloseTime + 200s;
|
||||
env(paychan::create(
|
||||
carol,
|
||||
ammAlice.ammAccount(),
|
||||
|
||||
Reference in New Issue
Block a user