mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-04 09:16:47 +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:
@@ -557,7 +557,7 @@ public:
|
||||
// check expired credentials
|
||||
char const credType2[] = "fghijk";
|
||||
std::uint32_t const x = env.current()
|
||||
->info()
|
||||
->header()
|
||||
.parentCloseTime.time_since_epoch()
|
||||
.count() +
|
||||
40;
|
||||
|
||||
Reference in New Issue
Block a user