Skip to content

Commit

Permalink
Update doc for copy method of masking ledger
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmr1993 authored and georgeee committed Nov 28, 2023
1 parent 35bf714 commit d1e5ed8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/lib/merkle_mask/masking_merkle_tree_intf.ml
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,8 @@ module type S = sig
(** called when parent sets an account; update local state *)
val parent_set_notify : t -> account -> unit

val copy : t -> t

(* makes new mask instance with copied tables, re-use parent *)
val copy : t -> t

(** already have module For_testing from include above *)
module For_testing : sig
Expand Down

0 comments on commit d1e5ed8

Please sign in to comment.