Update project with new tx hash
All checks were successful
Lint / lint (20.x) (pull_request) Successful in 4m35s

This commit is contained in:
IshaVenikar 2024-10-29 12:35:16 +05:30
parent c4ca9517c0
commit b3f5d35cac

View File

@ -919,6 +919,7 @@ export class Service {
const txHash = txResponse.transactionHash;
if (txHash) {
await this.updateProject(project.id, { txHash });
project.txHash = txHash;
log('Funds transferrend to deployer');
}
}