Skip to content

Commit 906a3ab

Browse files
authored
Merge pull request #186 from KomodoPlatform/lint-fix-patches/v2-signrawtx
[BOT] PR to v2-signrawtx. Lints file structure, file contents, gets author data, Updates AtomicDEX API Methods Table
2 parents 7061521 + 86d3dbb commit 906a3ab

File tree

3 files changed

+19
-11
lines changed

3 files changed

+19
-11
lines changed

data-for-gpts/all-content.txt

+6-2
Original file line numberDiff line numberDiff line change
@@ -49505,9 +49505,13 @@ Unpack and follow the instructions here: [instructions link](https://cmake.org/r
4950549505
sudo apt-get install build-essential
4950649506
```
4950749507

49508-
##### Windows: [Follow these instructions for MSVC](https://learn.microsoft.com/en-us/cpp/build/vscpp-step-0-installation?view=msvc-170\&viewFallbackFrom=vs-2017)
49508+
##### Windows:
49509+
49510+
[Follow these instructions for MSVC](https://learn.microsoft.com/en-us/cpp/build/vscpp-step-0-installation?view=msvc-170\&viewFallbackFrom=vs-2017)
49511+
49512+
##### MacOS:
4950949513

49510-
##### MacOS: [Install XCode via the App Store](https://apps.apple.com/us/app/xcode/id497799835?mt=12)
49514+
[Install XCode via the App Store](https://apps.apple.com/us/app/xcode/id497799835?mt=12)
4951149515

4951249516
#### Install Additional Dependencies
4951349517

data-for-gpts/atomicdex-content.txt

+6-2
Original file line numberDiff line numberDiff line change
@@ -22811,9 +22811,13 @@ Unpack and follow the instructions here: [instructions link](https://cmake.org/r
2281122811
sudo apt-get install build-essential
2281222812
```
2281322813

22814-
##### Windows: [Follow these instructions for MSVC](https://learn.microsoft.com/en-us/cpp/build/vscpp-step-0-installation?view=msvc-170\&viewFallbackFrom=vs-2017)
22814+
##### Windows:
22815+
22816+
[Follow these instructions for MSVC](https://learn.microsoft.com/en-us/cpp/build/vscpp-step-0-installation?view=msvc-170\&viewFallbackFrom=vs-2017)
22817+
22818+
##### MacOS:
2281522819

22816-
##### MacOS: [Install XCode via the App Store](https://apps.apple.com/us/app/xcode/id497799835?mt=12)
22820+
[Install XCode via the App Store](https://apps.apple.com/us/app/xcode/id497799835?mt=12)
2281722821

2281822822
#### Install Additional Dependencies
2281922823

utils/_fileData.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -4696,8 +4696,12 @@
46964696
}
46974697
},
46984698
"/atomicdex/setup": {
4699-
"dateModified": "2023-12-20T18:33:32.000Z",
4699+
"dateModified": "2023-12-22T05:21:38.000Z",
47004700
"contributors": [
4701+
{
4702+
"name": "\"smk762\"",
4703+
"email": "[email protected]"
4704+
},
47014705
{
47024706
"name": "\"gaeacodes\"",
47034707
"email": "[email protected]"
@@ -4714,10 +4718,6 @@
47144718
"name": "\"gcharang\"",
47154719
"email": "[email protected]"
47164720
},
4717-
{
4718-
"name": "\"smk762\"",
4719-
"email": "[email protected]"
4720-
},
47214721
{
47224722
"name": "\"Artem Pikulin\"",
47234723
"email": "[email protected]"
@@ -4736,8 +4736,8 @@
47364736
}
47374737
],
47384738
"lastContributor": {
4739-
"name": "\"gaeacodes\"",
4740-
"email": "[email protected]"
4739+
"name": "\"smk762\"",
4740+
"email": "[email protected]"
47414741
}
47424742
},
47434743
"/atomicdex/tutorials/additional-information-about-atomicdex": {

0 commit comments

Comments
 (0)