mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-03-02 18:23:08 +00:00
fix: set wallet-ffi default features to false in workspace to fix tps test
This commit is contained in:
parent
437e5addb4
commit
803708ea1e
@ -50,7 +50,7 @@ indexer_service = { path = "indexer/service" }
|
||||
indexer_service_protocol = { path = "indexer/service/protocol" }
|
||||
indexer_service_rpc = { path = "indexer/service/rpc" }
|
||||
wallet = { path = "wallet" }
|
||||
wallet-ffi = { path = "wallet-ffi" }
|
||||
wallet-ffi = { path = "wallet-ffi", default-features = false }
|
||||
token_core = { path = "programs/token/core" }
|
||||
token_program = { path = "programs/token" }
|
||||
amm_core = { path = "programs/amm/core" }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user