diff options
author | luigi1111 <luigi1111w@gmail.com> | 2020-09-15 19:55:03 -0500 |
---|---|---|
committer | luigi1111 <luigi1111w@gmail.com> | 2020-09-15 19:55:03 -0500 |
commit | ea587de300088635267007f7c775b30293fc6ea2 (patch) | |
tree | 82fccb41e3d253e61cd0f76d87768df669c434d0 /src/rpc/message_data_structs.h | |
parent | Merge pull request #6815 (diff) | |
parent | wallet2: adapt to deterministic unlock time (diff) | |
download | monero-ea587de300088635267007f7c775b30293fc6ea2.tar.xz |
Merge pull request #6745
80e535c wallet2: adapt to deterministic unlock time (TheCharlatan)
4971219 blockchain: deterministic UNIX time unlock checks (moneromooo-monero)
Diffstat (limited to 'src/rpc/message_data_structs.h')
-rw-r--r-- | src/rpc/message_data_structs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rpc/message_data_structs.h b/src/rpc/message_data_structs.h index 085148d8a..86424653f 100644 --- a/src/rpc/message_data_structs.h +++ b/src/rpc/message_data_structs.h @@ -196,6 +196,7 @@ namespace rpc uint64_t block_size_limit; uint64_t block_weight_limit; uint64_t block_size_median; + uint64_t adjusted_time; uint64_t block_weight_median; uint64_t start_time; std::string version; |