Index: filter/dscache/ds_txn.go |
diff --git a/filter/dscache/ds_txn.go b/filter/dscache/ds_txn.go |
index d576849e25b810705b73ac7cb4729bc11391889a..4b7835657caec931a62a186e76e9db2ea7471c8c 100644 |
--- a/filter/dscache/ds_txn.go |
+++ b/filter/dscache/ds_txn.go |
@@ -23,7 +23,7 @@ func (d *dsTxnCache) DeleteMulti(keys []*ds.Key, cb ds.DeleteMultiCB) error { |
return d.RawInterface.DeleteMulti(keys, cb) |
} |
-func (d *dsTxnCache) PutMulti(keys []*ds.Key, metas []ds.PropertyMap, cb ds.PutMultiCB) error { |
+func (d *dsTxnCache) PutMulti(keys []*ds.Key, metas []ds.PropertyMap, cb ds.NewKeyCB) error { |
d.state.add(d.sc, keys) |
return d.RawInterface.PutMulti(keys, metas, cb) |
} |