Skip to content

Commit

Permalink
!fixup build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dmkozh committed Mar 1, 2024
1 parent 87f54f7 commit 2584807
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions cmd/soroban-rpc/lib/preflight.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,18 +43,16 @@ typedef struct preflight_result_t {
} preflight_result_t;

preflight_result_t *preflight_invoke_hf_op(uintptr_t handle, // Go Handle to forward to SnapshotSourceGet
uint64_t bucket_list_size, // Bucket list size of current ledger
const xdr_t invoke_hf_op, // InvokeHostFunctionOp XDR
const xdr_t source_account, // AccountId XDR
const ledger_info_t ledger_info,
const resource_config_t resource_config,
bool enable_debug);

preflight_result_t *preflight_footprint_ttl_op(uintptr_t handle, // Go Handle to forward to SnapshotSourceGet
uint64_t bucket_list_size, // Bucket list size of current ledger
const xdr_t op_body, // OperationBody XDR
const xdr_t footprint, // LedgerFootprint XDR
uint32_t current_ledger_seq); // Current ledger sequence
const ledger_info_t ledger_info);


// LedgerKey XDR to LedgerEntry XDR
Expand Down

0 comments on commit 2584807

Please sign in to comment.