From ba652c912e64be749eb49a97fb92af2cd36393a9 Mon Sep 17 00:00:00 2001 From: AyzeGaming <35877385+AyzeGamingFR@users.noreply.github.com> Date: Mon, 18 Jan 2021 14:46:30 +0100 Subject: [PATCH 1/2] Created marscoin.json --- coins/marscoin.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 coins/marscoin.json diff --git a/coins/marscoin.json b/coins/marscoin.json new file mode 100644 index 00000000..f2f2a7e7 --- /dev/null +++ b/coins/marscoin.json @@ -0,0 +1,7 @@ +{ + + "name": "Litecoin", + "symbol": "LTC", + "algorithm": "scrypt" + +} From fad041eecd1debe0899d11bd0b42bb9c58d33e86 Mon Sep 17 00:00:00 2001 From: AyzeGaming <35877385+AyzeGamingFR@users.noreply.github.com> Date: Mon, 18 Jan 2021 14:48:38 +0100 Subject: [PATCH 2/2] Updated marscoin.json --- coins/marscoin.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/coins/marscoin.json b/coins/marscoin.json index f2f2a7e7..c2c7023b 100644 --- a/coins/marscoin.json +++ b/coins/marscoin.json @@ -1,7 +1,7 @@ { - "name": "Litecoin", - "symbol": "LTC", + "name": "Marscoin", + "symbol": "MARS", "algorithm": "scrypt" }