https://gitlab.com/tezos/tezos
Raw File
Tip revision: 5ef1f25991c9944859f2e235654a9c84ddfa6a3e authored by Anne-Laure on 04 April 2024, 13:11:43 UTC
Tezt/Dal.test_gc_with_all_profiles: also wait for connection between producer & observer
Tip revision: 5ef1f25
join_tickets_00.tzt
code JOIN_TICKETS;
input
  {
    Stack_elt
      (pair (ticket string) (ticket string))
      (Pair
         (Pair "KT1Q36KWPSba7dHsH5E4ZsQHehrChc51e19d" "Blue" 24)
         (Pair "KT1Q36KWPSba7dHsH5E4ZsQHehrChc51e19d" "Blue" 18)
      )
  } ;
output
  {
    Stack_elt
      (option (ticket string))
      (Some (Pair "KT1Q36KWPSba7dHsH5E4ZsQHehrChc51e19d" "Blue" 42))
  } ;
back to top