Index: filter/txnBuf/state.go |
diff --git a/filter/txnBuf/state.go b/filter/txnBuf/state.go |
index 44b23542ebe9a13307358df88fb7558fcfb7097b..f32f2924279c4a013b4feb2272c15eeabd01fa67 100644 |
--- a/filter/txnBuf/state.go |
+++ b/filter/txnBuf/state.go |
@@ -123,7 +123,7 @@ type txnBufState struct { |
func withTxnBuf(ctx context.Context, cb func(context.Context) error, opts *datastore.TransactionOptions) error { |
inf := info.Get(ctx) |
- ns := inf.GetNamespace() |
+ ns, _ := inf.GetNamespace() |
parentState, _ := ctx.Value(dsTxnBufParent).(*txnBufState) |
roots := stringset.New(0) |