Fix typo.

This commit is contained in:
Arijit Das
2021-09-22 16:30:10 +05:30
parent 81546618d3
commit f6a6a294bb
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ fastify.get('/v1/deployContract', async (req, reply) => {
}
});
fastify.get('/v1/destoyContract', async (req, reply) => {
fastify.get('/v1/destroyContract', async (req, reply) => {
const addr = req.query.addr;
const Token = await hre.ethers.getContractFactory("GLDToken");