forked from lthn/blockchain
removed link to local object(really bad day)
This commit is contained in:
parent
52b70ffb24
commit
bc95391e93
2 changed files with 3 additions and 4 deletions
|
|
@ -5880,10 +5880,9 @@ construct_tx_param wallet2::get_default_construct_tx_param_inital()
|
|||
ctp.shuffle = 0;
|
||||
return ctp;
|
||||
}
|
||||
const construct_tx_param& wallet2::get_default_construct_tx_param()
|
||||
construct_tx_param wallet2::get_default_construct_tx_param()
|
||||
{
|
||||
construct_tx_param ctp = get_default_construct_tx_param_inital();
|
||||
return ctp;
|
||||
return get_default_construct_tx_param_inital();
|
||||
}
|
||||
//----------------------------------------------------------------------------------------------------
|
||||
bool wallet2::store_unsigned_tx_to_file_and_reserve_transfers(const currency::finalize_tx_param& ftp, const std::string& filename, std::string* p_unsigned_tx_blob_str /* = nullptr */)
|
||||
|
|
|
|||
|
|
@ -1006,7 +1006,7 @@ private:
|
|||
template<typename input_t>
|
||||
bool process_input_t(const input_t& in_t, wallet2::process_transaction_context& ptc, const currency::transaction& tx);
|
||||
|
||||
const construct_tx_param& get_default_construct_tx_param();
|
||||
construct_tx_param get_default_construct_tx_param();
|
||||
|
||||
uint64_t get_tx_expiration_median() const;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue