This website requires JavaScript.
Explore
Help
Sign In
kvazar
/
kevacoin
Watch
1
Star
0
Fork
0
You've already forked kevacoin
mirror of
https://github.com/kvazar-network/kevacoin.git
synced
2025-03-13 06:01:45 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
kevacoin
/
src
/
wallet
/
test
History
practicalswift
3e09b390b4
Use MakeUnique<T>(...) instead of std::unique_ptr<T>(new T(...))
2017-11-09 16:53:34 +01:00
..
accounting_tests.cpp
Merge
#10368
: [wallet] Remove helper conversion operator from wallet
2017-11-09 14:23:13 +01:00
crypto_tests.cpp
Changing &vec[0] to vec.data(), what 9804 missed
2017-09-08 10:36:26 +12:00
wallet_test_fixture.cpp
Use MakeUnique<T>(...) instead of std::unique_ptr<T>(new T(...))
2017-11-09 16:53:34 +01:00
wallet_test_fixture.h
Declare single-argument (non-converting) constructors "explicit"
2017-08-16 16:33:25 +02:00
wallet_tests.cpp
[Wallet] add rescanblockchain <start_height> <stop_height> RPC command
2017-10-12 11:59:21 -07:00