Function holochain_state::mutations::unlock_chain[][src]

pub fn unlock_chain(txn: &mut Transaction<'_>) -> StateMutationResult<()>
Expand description

Unlock the chain by dropping all records in the lock table. This should be done very carefully as it can e.g. invalidate a shared countersigning session that is inflight.