-
Notifications
You must be signed in to change notification settings - Fork 6
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
14 files
+5 −5 | README.md | |
+1 −1 | contrib/gitian/DOCKRUN.md | |
+1 −1 | contrib/gitian/README.md | |
+ − | src/blocks/checkpoints.dat | |
+1 −0 | src/checkpoints/checkpoints.cpp | |
+1 −1 | src/cryptonote_core/blockchain.cpp | |
+1 −0 | src/device/device_ledger.cpp | |
+2 −0 | src/rpc/daemon_handler.cpp | |
+1 −0 | src/rpc/message_data_structs.h | |
+22 −0 | src/serialization/json_object.cpp | |
+1 −1 | src/version.cpp.in | |
+1 −1 | src/wallet/wallet2.cpp | |
+1 −1 | src/wallet/wallet2.h | |
+62 −0 | tests/unit_tests/json_serialization.cpp |