Skip to content

Commit b74ac92

Browse files
authored
Merge pull request #1434 from psgreco/elements-23.2.x-sync-1432
Sync 23.2.x with master after #1432
2 parents 89be585 + 01fdecd commit b74ac92

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ci/test/04_install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ if [[ $QEMU_USER_CMD == qemu-s390* ]]; then
1111
fi
1212

1313
if [ "$CI_OS_NAME" == "macos" ]; then
14-
sudo -H pip3 install --upgrade --break-system-packages pip
14+
sudo -H pip3 install --upgrade pip
1515
# shellcheck disable=SC2086
1616
IN_GETOPT_BIN="$(brew --prefix gnu-getopt)/bin/getopt" ${CI_RETRY_EXE} pip3 install --user $PIP_PACKAGES
1717
fi

test/functional/feature_elements_taproot_activation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def test_activation(self, rpc, activation_height):
4949
assert_equal (decode["versionHex"], "20000000")
5050

5151
assert_equal(rpc.getdeploymentinfo()["deployments"]["taproot"]["bip9"]["status"], "defined")
52-
# The 1023rd block does not signal, but changes status-next to "started" from "defined"
52+
# The 1023rd block does not signal, but changes status_next to "started" from "defined"
5353
# bitcoin PR #23508 changed bip9 status to the current block instead of the next block
5454
blocks = self.generatetoaddress(rpc, 1, rpc.getnewaddress())
5555
assert_equal(rpc.getdeploymentinfo()["deployments"]["taproot"]["bip9"]["status"], "defined")

0 commit comments

Comments
 (0)