Add Shard Family

This commit is contained in:
Miguel Portilla
2020-06-02 16:52:13 -04:00
committed by manojsdoshi
parent 91e857874f
commit 86e8f2e232
31 changed files with 742 additions and 339 deletions

View File

@@ -60,7 +60,7 @@ struct Regression_test : public beast::unit_test::suite
create_genesis,
env.app().config(),
std::vector<uint256>{},
env.app().family());
env.app().getNodeFamily());
auto expectedDrops = INITIAL_XRP;
BEAST_EXPECT(closed->info().drops == expectedDrops);