From 43b963f83ae0b38214171c8060720ca761c17335 Mon Sep 17 00:00:00 2001 From: 0xb10c Date: Tue, 2 Apr 2024 12:02:11 +0200 Subject: [PATCH] update: rawtx to v0.1.8 This includes P2MS detection fixes and sigops counting fixes. --- Cargo.lock | 4 ++-- daemon/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8c76827..1fec913 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1674,9 +1674,9 @@ dependencies = [ [[package]] name = "rawtx-rs" -version = "0.1.7" +version = "0.1.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0395bc18ee66d454da48389f0ed47af98e36542838fabe8a09fc594674a63548" +checksum = "f78f34a8dd61437cca97c74365d174270cceac789bc89cd33080e48ddc5f3f2f" dependencies = [ "bitcoin", "hex", diff --git a/daemon/Cargo.toml b/daemon/Cargo.toml index a73bb85..97a43b0 100644 --- a/daemon/Cargo.toml +++ b/daemon/Cargo.toml @@ -13,7 +13,7 @@ log = "0.4" simple_logger = "1.9.0" bitcoin-pool-identification = "0.3.1" -rawtx-rs = { version = "0.1.7", features = [ "counterparty" ]} +rawtx-rs = { version = "0.1.8", features = [ "counterparty" ]} hex = "0.4"