diff options
author | kenshi84 <kenshi84@protonmail.ch> | 2017-01-02 10:43:20 +0900 |
---|---|---|
committer | kenshi84 <kenshi84@protonmail.ch> | 2017-01-03 09:14:48 +0900 |
commit | ada7c7da8f2135b3792b0b56666bdd4b88400f7e (patch) | |
tree | 59967ffc5ed050c532fb5b54dca0ab1d2f0a8dc7 /src/wallet/wallet2.h | |
parent | portable serializer: make signerd/unsigned tx portable, ignore archive versio... (diff) | |
download | monero-ada7c7da8f2135b3792b0b56666bdd4b88400f7e.tar.xz |
portable serializer: tests added
Diffstat (limited to 'src/wallet/wallet2.h')
-rw-r--r-- | src/wallet/wallet2.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/wallet/wallet2.h b/src/wallet/wallet2.h index e7a6dfadc..19c6c3f50 100644 --- a/src/wallet/wallet2.h +++ b/src/wallet/wallet2.h @@ -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, |