SON for Hive #593

Merged
serkixenos merged 52 commits from feature/son-for-hive into develop 2021-11-18 17:32:31 +00:00
Showing only changes of commit 958c814710 - Show all commits

View file

@ -568,7 +568,7 @@ void sidechain_net_handler_hive::process_primary_wallet() {
hive::signed_transaction htrx;
htrx.set_reference_block(head_block_id);
htrx.set_expiration(head_block_time + fc::seconds(90));
htrx.set_expiration(head_block_time + fc::seconds(180));
htrx.operations.push_back(auo);
@ -726,7 +726,7 @@ bool sidechain_net_handler_hive::process_withdrawal(const son_wallet_withdraw_ob
hive::signed_transaction htrx;
htrx.set_reference_block(head_block_id);
htrx.set_expiration(head_block_time + fc::seconds(90));
htrx.set_expiration(head_block_time + fc::seconds(180));
htrx.operations.push_back(t_op);