Commit 3b51d356 authored by yann300's avatar yann300

clear the cache after having played txs

parent 9a56d531
......@@ -238,7 +238,7 @@ class Recorder {
}
cb(err)
})
}, () => { self.setListen(true) })
}, () => { self.setListen(true); self.clearAll() })
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment