JJ: Description from the destination commit:
+ wip JJ: Description from source commit: .
This commit is contained in:
parent
258db38b52
commit
a287340284
6 changed files with 95 additions and 93 deletions
|
|
@ -1,5 +1,4 @@
|
|||
open Crypto
|
||||
open Hash
|
||||
open Api
|
||||
|
||||
let verify_future_keys_response =
|
||||
|
|
@ -22,7 +21,7 @@ let verify_future_keys_response =
|
|||
let h_denom_pub =
|
||||
DenominationHash.hash (DenominationKey.to_octets denom_pub)
|
||||
in
|
||||
let h_section_name = Hash_64_cstr.hash section_name in
|
||||
let h_section_name = Hash.Cstring.H64.hash section_name in
|
||||
let anchor_time = stamp_start in
|
||||
let duration_withdraw = Timestamp.diff stamp_start stamp_expire_withdraw in
|
||||
let open Bin_sig.DenominationKeyAnnouncement in
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue