crypto: Fix a comment in the sas file.

This commit is contained in:
Damir Jelić 2020-07-25 10:59:20 +02:00
parent 094b2f90d6
commit 8c9c843bfc

View file

@ -556,7 +556,7 @@ impl SasState<Started> {
}, },
// TODO we can't get to the transaction id currently since it's // TODO we can't get to the transaction id currently since it's
// behind the an enum. // behind the content specific enum.
verification_flow_id: Arc::new("".to_owned()), verification_flow_id: Arc::new("".to_owned()),
state: Arc::new(Canceled::new(CancelCode::UnknownMethod)), state: Arc::new(Canceled::new(CancelCode::UnknownMethod)),