Pass payment tx hash in deployment request #19
@ -919,6 +919,7 @@ export class Service {
|
|||||||
const txHash = txResponse.transactionHash;
|
const txHash = txResponse.transactionHash;
|
||||||
if (txHash) {
|
if (txHash) {
|
||||||
await this.updateProject(project.id, { txHash });
|
await this.updateProject(project.id, { txHash });
|
||||||
|
project.txHash = txHash;
|
||||||
log('Funds transferrend to deployer');
|
log('Funds transferrend to deployer');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user