Rename Bulletproof::calculate_bp_clawback to Bulletproof::calculate_clawback

This commit is contained in:
Luke Parker
2025-08-08 23:56:48 -04:00
parent d363b1c173
commit c7f825a192
2 changed files with 5 additions and 5 deletions

View File

@@ -609,7 +609,7 @@ impl Transaction<NotPruned> {
blob_size
} else {
blob_size +
Bulletproof::calculate_bp_clawback(
Bulletproof::calculate_clawback(
bp_plus,
match self {
Transaction::V1 { .. } => panic!("v1 transaction was BP(+)"),