Skip to content

Commit 84ac693

Browse files
committed
fix: clippy
1 parent 52ae2dc commit 84ac693

File tree

3 files changed

+100
-154
lines changed

3 files changed

+100
-154
lines changed

common/src/vault.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ pub const AFTER_CREATE_WITHDRAW_REQ_GAS: Gas =
175175

176176
// TODO: rename
177177
const AFTER_EXECUTE_NEXT_WITHDRAW: u64 = 5 + 5 + AFTER_SEND_TO_USER;
178-
pub const EXECUTE_WITHDRAW_02_RECONCILE_POSITION_GAS: Gas = buffer(AFTER_EXECUTE_NEXT_WITHDRAW);
178+
pub const EXECUTE_WITHDRAW_03_SETTLE_GAS: Gas = buffer(AFTER_EXECUTE_NEXT_WITHDRAW);
179179

180180
// todo: rename
181181
const AFTER_EXECUTE_NEXT_SUPPLY_WITHDRAW_REQ: u64 =

0 commit comments

Comments
 (0)