Skip to content

Commit a3babaa

Browse files
committed
clean up
1 parent 8e6210c commit a3babaa

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

governance/remote_executor/Cargo.lock

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

governance/remote_executor/programs/remote-executor/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,3 @@ tokio = "1.14.1"
4646
solana-sdk = "1.10.31"
4747
bincode = "1.3.3"
4848
rand = "0.8.5"
49-
borsh = "0.9.3"

governance/remote_executor/programs/remote-executor/src/tests/test_adversarial.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@ async fn test_adversarial() {
125125
);
126126

127127
// Claim record does not correspond to the emitter's claim record
128-
// Next error is privilege scalation because anchor tries to create the account at wrong address but signing with the right seeds
129128
assert_eq!(
130129
sim.execute_posted_vaa(
131130
&vaa_account_valid,

0 commit comments

Comments
 (0)