Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
QuiteStochastic committed Mar 9, 2022
1 parent a2e188f commit b6e21ce
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/lib/integration_test_lib/wait_condition.ml
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,7 @@ struct
in
let soft_timeout_in_slots = 8 in
{ description =
Printf.sprintf
"payment signed command of type %s from %s to %s of amount %s"
Printf.sprintf "signed command of type %s from %s to %s of amount %s"
(command_type_to_string command_type)
(Public_key.Compressed.to_string sender_pub_key)
(Public_key.Compressed.to_string receiver_pub_key)
Expand Down

0 comments on commit b6e21ce

Please sign in to comment.