We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cb7331 commit a45e724Copy full SHA for a45e724
2 files changed
VERSION
@@ -1 +1 @@
1
-v0.1.53
+v0.1.54
electrs-client/test/RpcSpec.hs
@@ -30,9 +30,8 @@ instance Btc.BtcEnv IO RpcError where
30
getBtcClient =
31
Btc.getBtcCfg
32
>>= Btc.newBtcClient
33
- getBtcFailureMaker =
34
- pure $
35
- OtherError . pack . show
+ handleBtcFailure =
+ pure . OtherError . pack . show
36
37
spec :: Spec
38
spec = do
0 commit comments