Update create_new_process

This commit is contained in:
Sosthene 2024-12-17 11:54:06 +01:00
parent 9e83e0ff9b
commit b63ac8489d

View File

@ -158,7 +158,7 @@ export default class Services {
key_parity: newKey['key_parity'],
};
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) {
throw new Error(`Creating process failed:, ${e}`);
}