[bug] missing await in getProcessId

This commit is contained in:
NicolasCantu 2025-05-20 17:43:45 +02:00
parent 5d0c617bbb
commit 28c151254c

View File

@ -204,7 +204,7 @@ export default class Services {
// Ensure the amount is available before proceeding
await this.getTokensFromFaucet();
let unconnectedAddresses = [];
const myAddress = this.getDeviceAddress();
const myAddress = await this.getDeviceAddress();
for (const member of members) {
for (const address of member.sp_addresses) {
// For now, we ignore our own device address, although there might be use cases for having a secret with ourselves