File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -141,10 +141,11 @@ impl TransferWithFeeProofContext {
141141 // - the new source available balance (64 bits)
142142 // - the low bits of the transfer amount (16 bits)
143143 // - the high bits of the transfer amount (32 bits)
144- // - the delta amount for the fee (48 bits)
145- // - the complement of the delta amount for the fee (48 bits)
144+ // - the delta amount for the fee (16 bits)
145+ // - the complement of the delta amount for the fee (16 bits)
146146 // - the low bits of the fee amount (16 bits)
147147 // - the high bits of the fee amount (32 bits)
148+ // - the net transfer amount bit length (64 bits)
148149 let BatchedRangeProofContext {
149150 commitments : range_proof_commitments,
150151 bit_lengths : range_proof_bit_lengths,
You can’t perform that action at this time.
0 commit comments