Update project with new tx hash
All checks were successful
Lint / lint (20.x) (pull_request) Successful in 4m35s
All checks were successful
Lint / lint (20.x) (pull_request) Successful in 4m35s
This commit is contained in:
parent
c4ca9517c0
commit
b3f5d35cac
@ -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