Fix CPI poster

Change-Id: I5a1d13f5256cdb13a431d1bf5cb2c42506de9920
This commit is contained in:
Hendrik Hofstadt 2021-10-01 10:38:15 +02:00
parent b01ad107e7
commit 20ce9e1e5c
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ pub struct PostMessage<'b> {
pub message: Signer<Mut<Info<'b>>>,
/// Emitter of the VAA
pub emitter: Info<'b>,
pub emitter: MaybeMut<Info<'b>>,
/// Tracker for the emitter sequence
pub sequence: Mut<Info<'b>>,