Skip to content

Commit

Permalink
tweak how merge conflict is resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
mitschabaude committed Jun 29, 2023
1 parent 6763ac5 commit 50a5281
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion ocaml/lib/consistency_test.ml
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,12 @@ module Transaction_hash = struct
let example_payment =
let kp = keypair () in
let payload : Signed_command_payload.t =
Signed_command_payload.dummy
{ Signed_command_payload.dummy with
common =
{ Signed_command_payload.dummy.common with
fee_payer_pk = Signature_lib.Public_key.compress kp.public_key
}
}
in
let payment = Signed_command.sign kp payload in
(payment :> Signed_command.t)
Expand Down

0 comments on commit 50a5281

Please sign in to comment.