[bug] missing await in getProcessId
This commit is contained in:
parent
5d0c617bbb
commit
28c151254c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user