diff options
| author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2016-08-06 19:19:25 +0100 |
|---|---|---|
| committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2016-08-28 21:30:10 +0100 |
| commit | a47ceee83b0e04a3c440d9ca5a75cf0ac1d9256e (patch) | |
| tree | 4852efeff376ad287d322d34253967497d923a0b /src/cryptonote_core/cryptonote_basic.h | |
| parent | 0263dd2d23679cf5564d34011de02d5fd5f96650 (diff) | |
| download | monzero-core-a47ceee83b0e04a3c440d9ca5a75cf0ac1d9256e.tar.gz monzero-core-a47ceee83b0e04a3c440d9ca5a75cf0ac1d9256e.tar.xz monzero-core-a47ceee83b0e04a3c440d9ca5a75cf0ac1d9256e.zip | |
wallet: do not store signatures in the wallet cache
Saves some substantial space.
Also avoid calculating tx hashes we don't need.
Diffstat (limited to 'src/cryptonote_core/cryptonote_basic.h')
| -rw-r--r-- | src/cryptonote_core/cryptonote_basic.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cryptonote_core/cryptonote_basic.h b/src/cryptonote_core/cryptonote_basic.h index afe785eb9..e5a5cc6f5 100644 --- a/src/cryptonote_core/cryptonote_basic.h +++ b/src/cryptonote_core/cryptonote_basic.h @@ -180,7 +180,7 @@ namespace cryptonote FIELD(extra) END_SERIALIZE() - protected: + public: transaction_prefix(){} }; |
