mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
Subaddresses
This commit is contained in:
parent
86e9de588c
commit
53ad5a0f42
66 changed files with 3224 additions and 868 deletions
|
@ -47,6 +47,7 @@ public:
|
|||
return false;
|
||||
|
||||
m_tx_pub_key = get_tx_pub_key_from_extra(m_tx);
|
||||
m_additional_tx_pub_keys = get_additional_tx_pub_keys_from_extra(m_tx);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
@ -54,4 +55,5 @@ protected:
|
|||
cryptonote::account_base m_bob;
|
||||
cryptonote::transaction m_tx;
|
||||
crypto::public_key m_tx_pub_key;
|
||||
std::vector<crypto::public_key> m_additional_tx_pub_keys;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue