Baking/Test: fix ci
This commit is contained in:
parent
d82c811bdd
commit
852acc4710
@ -65,7 +65,7 @@ class unix_wallet ~base_dir : wallet = object (self)
|
||||
Lwt_utils_unix.Json.write_file filename json)
|
||||
(fun exn -> Lwt.return (error_exn exn))
|
||||
|> generic_trace "could not write the %s alias file." alias_name
|
||||
end
|
||||
end
|
||||
|
||||
class unix_prompter = object
|
||||
method prompt : type a. (a, string tzresult) lwt_format -> a =
|
||||
|
@ -37,6 +37,7 @@ let no_write_context ?(block = `Head 0) config : #Client_context.full = object
|
||||
a ->
|
||||
a Data_encoding.encoding -> unit Error_monad.tzresult Lwt.t =
|
||||
fun _ _ _ -> return ()
|
||||
method with_lock : type a. (unit -> a Lwt.t) -> a Lwt.t = fun f -> f ()
|
||||
method block = block
|
||||
method confirmations = None
|
||||
method prompt : type a. (a, string tzresult) Client_context.lwt_format -> a =
|
||||
|
Loading…
Reference in New Issue
Block a user