mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-29 10:00:30 +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:
@@ -32,7 +32,7 @@ public:
|
||||
|
||||
env.close();
|
||||
env.close();
|
||||
BEAST_EXPECT(env.current()->info().seq == 5);
|
||||
BEAST_EXPECT(env.current()->header().seq == 5);
|
||||
|
||||
{
|
||||
// arbitrary text is converted to 0.
|
||||
|
||||
Reference in New Issue
Block a user