crypto: Fix a comment in the sas file.

master
Damir Jelić 2020-07-25 10:59:20 +02:00
parent 094b2f90d6
commit 8c9c843bfc
1 changed files with 1 additions and 1 deletions

View File

@ -556,7 +556,7 @@ impl SasState<Started> {
},
// 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()),
state: Arc::new(Canceled::new(CancelCode::UnknownMethod)),