#325 - set timestamp to HARDFORK_SON_TIME
This commit is contained in:
parent
73e9ebb055
commit
9132908283
1 changed files with 1 additions and 1 deletions
|
|
@ -585,7 +585,7 @@ void bitcoin_rpc_client::importmulti(const std::vector<multi_params>& address_or
|
|||
argument_1 += "\"" + param.address_or_script + "\"";
|
||||
else
|
||||
FC_THROW("Invalid multi_type.");
|
||||
argument_1 += ", \"label\": \"" + param.label + "\", \"timestamp\": 0}";
|
||||
argument_1 += ", \"label\": \"" + param.label + "\", \"timestamp\": " + std::to_string(HARDFORK_SON_TIME.sec_since_epoch()) + "}";
|
||||
|
||||
//! Note
|
||||
/* Creation time of the key expressed in UNIX epoch time,
|
||||
|
|
|
|||
Loading…
Reference in a new issue