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
2281
2281
)
2282
2282
} else {
2283
2283
// 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
2286
2287
(
2287
2288
* transfer_amount_auditor_ciphertext_lo. unwrap ( ) ,
2288
2289
* transfer_amount_auditor_ciphertext_hi. unwrap ( ) ,
@@ -2665,8 +2666,9 @@ where
2665
2666
)
2666
2667
} else {
2667
2668
// 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
2670
2672
(
2671
2673
* transfer_amount_auditor_ciphertext_lo. unwrap ( ) ,
2672
2674
* transfer_amount_auditor_ciphertext_hi. unwrap ( ) ,
You can’t perform that action at this time.
0 commit comments