Skip to content

Commit a45e724

Browse files
committed
fix electrs, bump version
1 parent 4cb7331 commit a45e724

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.1.53
1+
v0.1.54

electrs-client/test/RpcSpec.hs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,8 @@ instance Btc.BtcEnv IO RpcError where
3030
getBtcClient =
3131
Btc.getBtcCfg
3232
>>= Btc.newBtcClient
33-
getBtcFailureMaker =
34-
pure $
35-
OtherError . pack . show
33+
handleBtcFailure =
34+
pure . OtherError . pack . show
3635

3736
spec :: Spec
3837
spec = do

0 commit comments

Comments
 (0)