This repository was archived by the owner on Mar 11, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -2281,8 +2281,9 @@ where
22812281 )
22822282 } else {
22832283 // the validity proof data is always generated unless
2284- // `transfer_amount_auditor_ciphertext_lo` and `transfer_amount_auditor_ciphertext_hi`
2285- // are `Some`, so it is safe to unwrap
2284+ // `transfer_amount_auditor_ciphertext_lo` and
2285+ // `transfer_amount_auditor_ciphertext_hi` are `Some`, so it is
2286+ // safe to unwrap
22862287 (
22872288 * transfer_amount_auditor_ciphertext_lo. unwrap ( ) ,
22882289 * transfer_amount_auditor_ciphertext_hi. unwrap ( ) ,
@@ -2665,8 +2666,9 @@ where
26652666 )
26662667 } else {
26672668 // the validity proof data is always generated unless
2668- // `transfer_amount_auditor_ciphertext_lo` and `transfer_amount_auditor_ciphertext_hi`
2669- // are `Some`, so it is safe to unwrap
2669+ // `transfer_amount_auditor_ciphertext_lo` and
2670+ // `transfer_amount_auditor_ciphertext_hi` are `Some`, so it is
2671+ // safe to unwrap
26702672 (
26712673 * transfer_amount_auditor_ciphertext_lo. unwrap ( ) ,
26722674 * transfer_amount_auditor_ciphertext_hi. unwrap ( ) ,
You can’t perform that action at this time.
0 commit comments