Skip to content

Commit 693af7f

Browse files
committed
Cleanup
1 parent 5e300b3 commit 693af7f

File tree

3 files changed

+275
-21
lines changed

3 files changed

+275
-21
lines changed

Cargo.lock

Lines changed: 137 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

magicblock-committor-service/src/tasks/args_task.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ impl BaseTask for ArgsTask {
109109
diff: compute_diff(
110110
account.data(),
111111
value.committed_account.account.data(),
112-
),
112+
).to_vec(),
113113
allow_undelegation: value.allow_undelegation,
114114
};
115115
log::warn!("DIFF computed: {:?}", args.diff);

0 commit comments

Comments
 (0)