forked from lthn/blockchain
Fixed DUMBEST bug of this year!(absolute champion)
This commit is contained in:
parent
38b5ef3748
commit
d4166ffa5d
1 changed files with 1 additions and 1 deletions
|
|
@ -5881,7 +5881,7 @@ construct_tx_param wallet2::get_default_construct_tx_param_inital()
|
|||
}
|
||||
const construct_tx_param& wallet2::get_default_construct_tx_param()
|
||||
{
|
||||
static construct_tx_param ctp = get_default_construct_tx_param_inital();
|
||||
construct_tx_param ctp = get_default_construct_tx_param_inital();
|
||||
return ctp;
|
||||
}
|
||||
//----------------------------------------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue