mirror of
https://github.com/RoboSats/robosats.git
synced 2025-01-18 20:21:35 +00:00
Merge pull request #1533 from RoboSats/change-to-fast-generate-order
Fix robot population
This commit is contained in:
commit
4efadbaf7f
@ -141,7 +141,6 @@ class Garage {
|
||||
encPrivKey: key.encryptedPrivateKeyArmored,
|
||||
};
|
||||
|
||||
void this.fetchRobot(federation, token);
|
||||
this.setCurrentSlot(token);
|
||||
this.slots[token] = new Slot(
|
||||
token,
|
||||
@ -151,6 +150,7 @@ class Garage {
|
||||
this.triggerHook('onSlotUpdate');
|
||||
},
|
||||
);
|
||||
void this.fetchRobot(federation, token);
|
||||
this.save();
|
||||
})
|
||||
.catch((error) => {
|
||||
|
Loading…
Reference in New Issue
Block a user