Skip to content

Commit

Permalink
Fixup to make npm run bindings happy
Browse files Browse the repository at this point in the history
  • Loading branch information
dannywillems committed Jun 28, 2023
1 parent 985536a commit 6763ac5
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions ocaml/lib/consistency_test.ml
Original file line number Diff line number Diff line change
Expand Up @@ -290,13 +290,7 @@ module Transaction_hash = struct
let example_payment =
let kp = keypair () in
let payload : Signed_command_payload.t =
{ Signed_command_payload.dummy with
body =
Payment
{ Mina_base.Payment_payload.dummy with
source_pk = Signature_lib.Public_key.compress kp.public_key
}
}
Signed_command_payload.dummy
in
let payment = Signed_command.sign kp payload in
(payment :> Signed_command.t)
Expand Down

0 comments on commit 6763ac5

Please sign in to comment.