Skip to content

Commit

Permalink
Fix rebuildLedgerFromBuckets command
Browse files Browse the repository at this point in the history
  • Loading branch information
marta-lokhova committed Sep 17, 2019
1 parent 1e4ebb5 commit a23c69a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/ApplicationUtils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@ rebuildLedgerFromBuckets(Config cfg)

HistoryArchiveState has;
has.fromString(hasStr);
has.prepareForPublish(*app);

auto applyBucketsWork = ws.executeWork<ApplyBucketsWork>(
localBuckets, has, Config::CURRENT_LEDGER_PROTOCOL_VERSION,
Expand Down

5 comments on commit a23c69a

@latobarita
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from graydon
at marta-lokhova@a23c69a

@latobarita
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging marta-lokhova/stellar-core/fix_rebuild_ledger_from_buckets = a23c69a into auto

@latobarita
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

marta-lokhova/stellar-core/fix_rebuild_ledger_from_buckets = a23c69a merged ok, testing candidate = 7973e88

@latobarita
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@latobarita
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = 7973e88

Please sign in to comment.