diff --git a/storev2/rootmulti/store.go b/storev2/rootmulti/store.go index 81cfb171..8a426892 100644 --- a/storev2/rootmulti/store.go +++ b/storev2/rootmulti/store.go @@ -763,7 +763,7 @@ loop: scImporter.AddNode(node) // Check if we should also import to SS store - if rs.ssStore != nil && node.Height == 0 && ssImporter != nil { + if rs.ssStore != nil && ssImporter != nil { ssImporter <- sstypes.SnapshotNode{ StoreKey: storeKey, Key: node.Key,