Skip to content

Commit

Permalink
Don't evict governance VAA signatures (#137)
Browse files Browse the repository at this point in the history
* don't evict governance VAA signatures

They need to persist for data availability (to be cross-submitted to other chains)
  • Loading branch information
hendrikhofstadt authored Dec 17, 2020
1 parent ba8f435 commit 03ef5e1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion solana/bridge/src/processor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -722,7 +722,6 @@ impl Bridge {
let mut bridge_data = bridge_info.try_borrow_mut_data()?;
let bridge: &mut Bridge = Self::unpack(&mut bridge_data)?;

evict_signatures = true;
Self::process_vaa_set_update(
program_id,
accounts,
Expand Down

0 comments on commit 03ef5e1

Please sign in to comment.