From 09780fd780813c5473b6e81153c1292a09a291ec Mon Sep 17 00:00:00 2001 From: ghe0 Date: Sat, 11 Jan 2025 21:53:27 +0200 Subject: [PATCH] fix arrows that look bad on the website --- src/hacker_challenge/hacking.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/hacker_challenge/hacking.md b/src/hacker_challenge/hacking.md index f7e4f14..1d030ed 100644 --- a/src/hacker_challenge/hacking.md +++ b/src/hacker_challenge/hacking.md @@ -15,8 +15,8 @@ In order to mint, the mint authority will need some SOL. Before sending SOL, tak DeTEE REPRESENTATIVES DON'T KNOW HOW TO GET THE SOL OUT OF THE NETWORK! You can make following requests: -- `/nodes ` <- information about nodes and counters of network activity -- `/mint?address=
` <- mint HCT tokens to the address; the wallet needs SOL for this operation +- `/nodes ` <= information about nodes and counters of network activity +- `/mint?address=
` <= mint HCT tokens to the address; the wallet needs SOL for this operation If you were able to get the SOL out of the wallet, please contact , The code of the challenge can be found at https://gitea.detee.cloud/general/hacker-challenge -- 2.43.0