diff --git a/doc/release-notes.md b/doc/release-notes.md index bba5665..2b22a69 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -24,7 +24,7 @@ - Added subfee bid option. - Increase DCR fee estimate by 1 byte. - Waits for the refund and refund spend txn locks to expire before trying to submit them. -- Fixed bug where initiate tx amount was not cheched for secret hash swaps. +- Fixed bug where initiate tx amount was not checked for secret hash swaps. 0.14.5 diff --git a/guix.scm b/guix.scm index a756d3d..9dfd3c5 100644 --- a/guix.scm +++ b/guix.scm @@ -140,10 +140,10 @@ (method git-fetch) (uri (git-reference (url "https://github.com/basicswap/basicswap") - (commit "3b76adeedbbf3586308b6bf8ba401cec899f8a61"))) + (commit "ced017ab3a3234c68d3d8f773cf9ceb187a39adb"))) (sha256 (base32 - "0wvy1c6li45ivfnn93iry047fz7w088mcp5rbg07qnnbnb6lgqiz")) + "0manck3zlf05by08b825ynqk7q1byzgy7p3i8chpg413mqkx7q5r")) (file-name (git-file-name name version)))) (build-system pyproject-build-system)