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 4, 2024
1 parent 2c1a6b8 commit 668b769
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/soroban-rpc/internal/preflight/preflight.go
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,6 @@ func getLedgerInfo(params PreflightParameters) (C.ledger_info_t, error) {
sequence_number: C.uint32_t(simulationLedgerSeq),
protocol_version: 20,
timestamp: C.uint64_t(time.Now().Unix()),
network_passphrase: C.CString(params.NetworkPassphrase),
// Current base reserve is 0.5XLM (in stroops)
base_reserve: 5_000_000,
}
Expand Down

0 comments on commit 668b769

Please sign in to comment.