Update create_new_process
This commit is contained in:
parent
9e83e0ff9b
commit
b63ac8489d
@ -158,7 +158,7 @@ export default class Services {
|
|||||||
key_parity: newKey['key_parity'],
|
key_parity: newKey['key_parity'],
|
||||||
};
|
};
|
||||||
try {
|
try {
|
||||||
return this.sdkClient.create_new_process(JSON.stringify(pairingTemplate), relayAddress, feeRate);
|
return this.sdkClient.create_new_process(JSON.stringify(pairingTemplate), null, relayAddress, feeRate);
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
throw new Error(`Creating process failed:, ${e}`);
|
throw new Error(`Creating process failed:, ${e}`);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user