This repository has been archived by the owner on Feb 20, 2023. It is now read-only.
forked from tubedev2000/bittube-gui
-
Notifications
You must be signed in to change notification settings - Fork 4
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 monero
updated
15 files
+4 −3 | README.md | |
+1 −1 | contrib/epee/include/storages/parserse_base_utils.h | |
+1 −1 | contrib/epee/src/mlog.cpp | |
+2 −0 | src/common/updates.cpp | |
+17 −1 | src/cryptonote_core/blockchain.cpp | |
+1 −0 | src/cryptonote_core/blockchain.h | |
+1 −1 | src/cryptonote_core/tx_pool.cpp | |
+1 −2 | src/daemon/rpc_command_executor.cpp | |
+2 −2 | src/device/device_ledger.cpp | |
+5 −5 | src/rpc/core_rpc_server.cpp | |
+2 −2 | src/rpc/rpc_payment.cpp | |
+26 −0 | src/simplewallet/simplewallet.cpp | |
+2 −2 | src/version.cpp.in | |
+1 −1 | src/wallet/wallet2.cpp | |
+11 −0 | tests/functional_tests/txpool.py |