Skip to content

Commit

Permalink
Switch host preflight to recording auth.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmkozh committed Feb 8, 2023
1 parent 3a201d2 commit 0745ad8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/rust/src/contract.rs
Expand Up @@ -447,6 +447,7 @@ fn preflight_host_function_or_maybe_panic(

host.set_source_account(source_account);
host.set_ledger_info(ledger_info.into());
host.switch_to_recording_auth();

debug!(
target: TX,
Expand Down

5 comments on commit 0745ad8

@latobarita
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from sisuresh
at dmkozh@0745ad8

@latobarita
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging dmkozh/stellar-core/core_preflight_auth = 0745ad8 into auto

@latobarita
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

dmkozh/stellar-core/core_preflight_auth = 0745ad8 merged ok, testing candidate = 53eb71f

@latobarita
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = 53eb71f

Please sign in to comment.