Add memberPublicName to pairing process
This commit is contained in:
parent
1747908d20
commit
bb0d998c9f
@ -260,11 +260,14 @@ export default class Services {
|
|||||||
description: 'pairing',
|
description: 'pairing',
|
||||||
counter: 0,
|
counter: 0,
|
||||||
};
|
};
|
||||||
|
const publicData = {
|
||||||
|
memberPublicName: userName
|
||||||
|
}
|
||||||
try {
|
try {
|
||||||
return this.sdkClient.create_new_process(
|
return this.sdkClient.create_new_process(
|
||||||
JSON.stringify(pairingTemplate),
|
JSON.stringify(pairingTemplate),
|
||||||
JSON.stringify(roles),
|
roles,
|
||||||
null,
|
publicData,
|
||||||
relayAddress,
|
relayAddress,
|
||||||
feeRate
|
feeRate
|
||||||
);
|
);
|
||||||
@ -326,8 +329,8 @@ export default class Services {
|
|||||||
|
|
||||||
const result = this.sdkClient.create_new_process (
|
const result = this.sdkClient.create_new_process (
|
||||||
initState,
|
initState,
|
||||||
JSON.stringify(roles),
|
roles,
|
||||||
null,
|
{},
|
||||||
relayAddress,
|
relayAddress,
|
||||||
feeRate
|
feeRate
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user