mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-14 23:19:24 +00:00
Rename Bulletproof::calculate_bp_clawback to Bulletproof::calculate_clawback
This commit is contained in:
@@ -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(+)"),
|
||||
|
||||
Reference in New Issue
Block a user