diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,10 @@
 The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
 and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
 
+## 0.17.1
+### Changed
+- Depend on haskoin-core-0.17.3.
+
 ## 0.17.0
 ### Added
 - Support for Bitcoin Cash November 2020 hard fork.
diff --git a/haskoin-node.cabal b/haskoin-node.cabal
--- a/haskoin-node.cabal
+++ b/haskoin-node.cabal
@@ -4,10 +4,10 @@
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: bfbf80f5bef5255eb74c1b030e32037fa23ac5c7e70f0fd73930bd675232580a
+-- hash: 800641aa2018be20f603de6ee17110b8ddd469251d0222687fb2bc86021ec2d1
 
 name:           haskoin-node
-version:        0.17.0
+version:        0.17.1
 synopsis:       P2P library for Bitcoin and Bitcoin Cash
 description:    Please see the README on GitHub at <https://github.com/haskoin/haskoin-node#readme>
 category:       Bitcoin, Finance, Network
@@ -45,7 +45,7 @@
     , containers
     , data-default
     , hashable
-    , haskoin-core >=0.17.0
+    , haskoin-core >=0.17.3
     , monad-logger
     , mtl
     , network
@@ -81,7 +81,7 @@
     , containers
     , data-default
     , hashable
-    , haskoin-core >=0.17.0
+    , haskoin-core >=0.17.3
     , haskoin-node
     , hspec
     , monad-logger
