Baking/Test: fix ci
This commit is contained in:
parent
d82c811bdd
commit
852acc4710
@ -37,6 +37,7 @@ let no_write_context ?(block = `Head 0) config : #Client_context.full = object
|
|||||||
a ->
|
a ->
|
||||||
a Data_encoding.encoding -> unit Error_monad.tzresult Lwt.t =
|
a Data_encoding.encoding -> unit Error_monad.tzresult Lwt.t =
|
||||||
fun _ _ _ -> return ()
|
fun _ _ _ -> return ()
|
||||||
|
method with_lock : type a. (unit -> a Lwt.t) -> a Lwt.t = fun f -> f ()
|
||||||
method block = block
|
method block = block
|
||||||
method confirmations = None
|
method confirmations = None
|
||||||
method prompt : type a. (a, string tzresult) Client_context.lwt_format -> a =
|
method prompt : type a. (a, string tzresult) Client_context.lwt_format -> a =
|
||||||
|
Loading…
Reference in New Issue
Block a user