mirror of
https://github.com/logos-blockchain/lez-programs.git
synced 2026-08-27 07:01:14 +00:00
fix(amm): align reads with adopted wallet endpoint
This commit is contained in:
@@ -298,7 +298,7 @@ void AmmUiBackend::syncWalletState()
|
||||
setSequencerAddr(state.sequencerAddress);
|
||||
setSequencerReachable(state.sequencerReachable);
|
||||
|
||||
m_sequencer->configure(state.configPath);
|
||||
m_sequencer->configure(state.configPath, state.sequencerAddress);
|
||||
|
||||
const bool addressChanged = previousAddress != state.sequencerAddress;
|
||||
if ((walletCouldSubmit && !state.canSubmit()) || addressChanged)
|
||||
|
||||
Reference in New Issue
Block a user