clear the cache after having played txs

pull/1/head
yann300 7 years ago
parent 9a56d53192
commit 3b51d3563c
  1. 2
      src/recorder.js

@ -238,7 +238,7 @@ class Recorder {
} }
cb(err) cb(err)
}) })
}, () => { self.setListen(true) }) }, () => { self.setListen(true); self.clearAll() })
} }
} }

Loading…
Cancel
Save