mirror of
https://github.com/monero-project/monero.git
synced 2025-05-02 16:54:50 -04:00
wallet: fix offline signing calling a daemon RPC
This commit is contained in:
parent
f5d7652f73
commit
adf6d7730f
5 changed files with 36 additions and 23 deletions
|
@ -339,6 +339,13 @@ namespace boost
|
|||
if (x.type == rct::RCTTypeBulletproof || x.type == rct::RCTTypeBulletproof2)
|
||||
a & x.p.pseudoOuts;
|
||||
}
|
||||
|
||||
template <class Archive>
|
||||
inline void serialize(Archive &a, rct::RCTConfig &x, const boost::serialization::version_type ver)
|
||||
{
|
||||
a & x.range_proof_type;
|
||||
a & x.bp_version;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue