mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 19:15:54 +00:00
update PR
This commit is contained in:
@@ -144,8 +144,8 @@ test.toplevel > test.csf
|
|||||||
test.toplevel > xrpl.json
|
test.toplevel > xrpl.json
|
||||||
test.unit_test > xrpl.basics
|
test.unit_test > xrpl.basics
|
||||||
tests.libxrpl > xrpl.basics
|
tests.libxrpl > xrpl.basics
|
||||||
tests.libxrpl > xrpl.ledger
|
|
||||||
tests.libxrpl > xrpl.json
|
tests.libxrpl > xrpl.json
|
||||||
|
tests.libxrpl > xrpl.ledger
|
||||||
tests.libxrpl > xrpl.net
|
tests.libxrpl > xrpl.net
|
||||||
xrpl.json > xrpl.basics
|
xrpl.json > xrpl.basics
|
||||||
xrpl.ledger > xrpl.basics
|
xrpl.ledger > xrpl.basics
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
#ifndef RIPPLE_APP_LEDGER_INDEX_MAP_H_INCLUDED
|
#ifndef XRPL_APP_LEDGER_INDEX_MAP_H_INCLUDED
|
||||||
#define RIPPLE_APP_LEDGER_INDEX_MAP_H_INCLUDED
|
#define XRPL_APP_LEDGER_INDEX_MAP_H_INCLUDED
|
||||||
|
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
#include <mutex>
|
#include <mutex>
|
||||||
@@ -116,4 +116,4 @@ private:
|
|||||||
|
|
||||||
} // namespace ripple
|
} // namespace ripple
|
||||||
|
|
||||||
#endif // RIPPLE_APP_LEDGER_INDEX_MAP_H_INCLUDED
|
#endif // XRPL_APP_LEDGER_INDEX_MAP_H_INCLUDED
|
||||||
|
|||||||
Reference in New Issue
Block a user