1
0
Fork 0
forked from lthn/blockchain

Fixed DUMBEST bug of this year!(absolute champion)

This commit is contained in:
cryptozoidberg 2022-10-12 23:40:38 +02:00
parent 38b5ef3748
commit d4166ffa5d
No known key found for this signature in database
GPG key ID: 22DEB97A54C6FDEC

View file

@ -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;
}
//----------------------------------------------------------------------------------------------------