Skip to content

Commit 9ea8de7

Browse files
author
Jeff Yanta
committed
Remove hardcoded addresses
1 parent 8e70334 commit 9ea8de7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

geyser/handler_memory.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ func (h *MemoryAccountWithDataUpdateHandler) backupWorker(ctx context.Context) e
108108
for {
109109
select {
110110
case <-time.After(h.backupWorkerInterval):
111-
addresses := []string{"F9RMtR2mjk7aRiLLjYGajvAeyPqn4BNDPy49amgCmyZh", "Cmd2UP1qDMMUvdLVN1Q2TxsqcdE2otneZHWbTsrq6cF7", "9tR1Q8GL5dUhNBMN1dENsiVVNCtvcUUhiFV8YtNPc2gg"}
111+
var addresses []string
112112
for vm := range h.observableVmAccounts {
113113
log := log.WithField("vm", vm)
114114

0 commit comments

Comments
 (0)