mirror of
https://github.com/XTXMarkets/ternfs.git
synced 2026-04-30 22:59:45 -05:00
1d4c4abafd
This was caught anyway by the fact that we check that the log index is what we expect. Would have been very nasty otherwise. The right thing to do is to check for `Status::TryAgain()` and retry. `Status::Busy()` should never happen because we never run transactions concurrently so far.