forked from cryptonotefoundation/cryptonotewallet
-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule cryptonote
updated
20 files
+36 −0 | .github/workflows/check.yml | |
+48 −8 | .github/workflows/release.yml | |
+1 −0 | src/Checkpoints/CheckpointsData.h | |
+1 −1 | src/GreenWallet/AddressBook.cpp | |
+1 −1 | src/GreenWallet/CommandDispatcher.cpp | |
+23 −23 | src/GreenWallet/CommandImplementations.cpp | |
+2 −2 | src/GreenWallet/Commands.cpp | |
+13 −13 | src/GreenWallet/Fusion.cpp | |
+4 −4 | src/GreenWallet/GetInput.cpp | |
+3 −3 | src/GreenWallet/Menu.cpp | |
+12 −12 | src/GreenWallet/Open.cpp | |
+1 −1 | src/GreenWallet/ParseArguments.cpp | |
+3 −3 | src/GreenWallet/Sync.cpp | |
+3 −3 | src/GreenWallet/Tools.cpp | |
+20 −20 | src/GreenWallet/Transfer.cpp | |
+5 −5 | src/GreenWallet/ZedWallet.cpp | |
+2 −2 | src/Platform/Linux/System/Dispatcher.cpp | |
+1 −0 | src/Rpc/RpcServer.cpp | |
+23 −25 | src/SimpleWallet/SimpleWallet.cpp | |
+7 −0 | utils/karbo-control-shell/krbd.sh |