1
0
Fork 0
forked from lthn/blockchain

hidden amounts in wallet: fixed return type

This commit is contained in:
cryptozoidberg 2022-07-04 15:27:41 +02:00
parent b799aae67f
commit 572f3c01c6
No known key found for this signature in database
GPG key ID: 22DEB97A54C6FDEC

View file

@ -1039,7 +1039,7 @@ private:
uint64_t get_directly_spent_transfer_index_by_input_in_tracking_wallet(const currency::txin_to_key& intk);
uint64_t get_directly_spent_transfer_index_by_input_in_tracking_wallet(const currency::zarcanum_input& inzk);
bool is_in_hardfork_zone(uint64_t hardfork_index);
bool out_get_mixin_attr(const currency::tx_out_v& out_t);
uint8_t out_get_mixin_attr(const currency::tx_out_v& out_t);
const crypto::public_key& out_get_pub_key(const currency::tx_out_v& out_t, std::list<currency::htlc_info>& htlc_info_list);