mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
resolving conflict
This commit is contained in:
@@ -30,12 +30,12 @@ target_link_libraries(xrpl.test.json PRIVATE xrpl.imports.test)
|
||||
add_dependencies(xrpl.tests xrpl.test.json)
|
||||
|
||||
# Network unit tests are currently not supported on Windows
|
||||
if(NOT WIN32)
|
||||
xrpl_add_test(net)
|
||||
target_link_libraries(xrpl.test.net PRIVATE xrpl.imports.test)
|
||||
add_dependencies(xrpl.tests xrpl.test.net)
|
||||
endif()
|
||||
if (NOT WIN32)
|
||||
xrpl_add_test(net)
|
||||
target_link_libraries(xrpl.test.net PRIVATE xrpl.imports.test)
|
||||
add_dependencies(xrpl.tests xrpl.test.net)
|
||||
endif ()
|
||||
|
||||
xrpl_add_test(ledger)
|
||||
target_link_libraries(xrpl.test.ledger PRIVATE xrpl.imports.test)
|
||||
add_dependencies(xrpl.tests xrpl.test.ledger)
|
||||
add_dependencies(xrpl.tests xrpl.test.ledger)
|
||||
|
||||
@@ -8,13 +8,7 @@
|
||||
|
||||
namespace xrpl {
|
||||
|
||||
<<<<<<< HEAD
|
||||
LedgerHistory::LedgerHistory(beast::insight::Collector::ptr const& collector, Application& app)
|
||||
=======
|
||||
// FIXME: Need to clean up ledgers by index at some point
|
||||
|
||||
LedgerHistory::LedgerHistory(beast::insight::Collector::ptr const& collector, Application& app)
|
||||
>>>>>>> develop
|
||||
: app_(app)
|
||||
, collector_(collector)
|
||||
, mismatch_counter_(collector->make_counter("ledger.history", "mismatch"))
|
||||
|
||||
Reference in New Issue
Block a user