Skip to content
Snippets Groups Projects

Recurrent transfers feature

Merged Howo requested to merge recurrent_transfers_class into develop
Compare and Show latest version
7 files
+ 49
14
Compare changes
  • Side-by-side
  • Inline
Files
7
@@ -96,7 +96,7 @@ struct state_object_size_info
// recurrent_transfer_operation
// TODO: figure out the difference between member and base
int64_t recurrent_transfer_object_base_size = 60*STATE_BYTES_SCALE; // TODO: figure out right value
int64_t recurrent_transfer_object_base_size = 60 * STATE_BYTES_SCALE; // TODO: figure out right value
};
@@ -140,7 +140,7 @@ struct operation_exec_info
int64_t withdraw_vesting_operation_exec_time = 10400;
int64_t witness_set_properties_operation_exec_time = 9500;
int64_t witness_update_operation_exec_time = 9500;
int64_t recurrent_transfer_operation_exec_time = 17500; // TODO: figure out a value
int64_t recurrent_transfer_operation_exec_time = 31700;
#ifdef HIVE_ENABLE_SMT
int64_t claim_reward_balance2_operation_exec_time = 0;
Loading