mirror of
https://github.com/monero-project/monero.git
synced 2025-08-07 10:02:19 -04:00
portable serializer: tests added
This commit is contained in:
parent
f390a0e2dc
commit
ada7c7da8f
8 changed files with 524 additions and 0 deletions
|
@ -58,6 +58,8 @@
|
|||
#include <iostream>
|
||||
#define WALLET_RCP_CONNECTION_TIMEOUT 200000
|
||||
|
||||
class Serialization_portability_wallet_Test;
|
||||
|
||||
namespace tools
|
||||
{
|
||||
class i_wallet2_callback
|
||||
|
@ -86,6 +88,7 @@ namespace tools
|
|||
|
||||
class wallet2
|
||||
{
|
||||
friend class ::Serialization_portability_wallet_Test;
|
||||
public:
|
||||
enum RefreshType {
|
||||
RefreshFull,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue