Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

x/sync / x/merkledb -- add SyncableDB interface #1555

Merged
merged 11 commits into from
May 30, 2023
Prev Previous commit
Next Next commit
appease linter
  • Loading branch information
Dan Laine committed May 30, 2023
commit a1d38a12a5af0cd5323e5c1098c69dcf27ca9a39
3 changes: 3 additions & 0 deletions x/sync/syncable_db.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (C) 2019-2023, Ava Labs, Inc. All rights reserved.
// See the file LICENSE for licensing terms.

package sync

import "github.com/ava-labs/avalanchego/x/merkledb"
Expand Down