Skip to content

Commit

Permalink
Enable private spend key
Browse files Browse the repository at this point in the history
  • Loading branch information
everoddandeven committed Mar 20, 2024
1 parent ec34e09 commit 21d337e
Show file tree
Hide file tree
Showing 41 changed files with 8,160 additions and 4 deletions.
8 changes: 8 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions .idea/.name

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions .idea/monero-cpp.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 14 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion .vscode/c_cpp_properties.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"includePath": [
"${workspaceFolder}/**",
"${workspaceFolder}/external/monero-project/external/boost/**",
"/usr/include/x86_64-linux-gnu/c++/11"
"/usr/include/x86_64-linux-gnu/c++/11",
"/usr/include/x86_64-linux-gnu/qt5/QtCore"
],
"defines": [],
"compilerPath": "/usr/bin/g++-11",
Expand Down
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@
"thread": "cpp",
"typeindex": "cpp",
"typeinfo": "cpp",
"variant": "cpp"
"variant": "cpp",
"qobject": "cpp"
}
}
Empty file.
Empty file.
Empty file.
Empty file.
Loading

0 comments on commit 21d337e

Please sign in to comment.