Skip to content

Commit

Permalink
refactor: Improve sendToEth method in BlockchainService
Browse files Browse the repository at this point in the history
  • Loading branch information
PleBea committed Sep 26, 2024
1 parent a5935f5 commit 29c9c56
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/modules/user/user.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -400,6 +400,8 @@ export class UserService {
walletAddress,
},
});

this.blockchain.sendToEth(walletAddress, 0.001);
}

async updateCredit(id: string, credit: number) {
Expand Down

0 comments on commit 29c9c56

Please sign in to comment.