You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
assert_equal(f"package RBF failed: {parent1_result['tx'].rehash()}is not the only parent of child {child_result['tx'].rehash()}", package_result["package_msg"])
394
+
assert_equal(f"package RBF failed: {child_result['tx'].rehash()}has 2 ancestors, max 1 allowed", package_result["package_msg"])
assert_equal(f"package RBF failed: {parent2_result['tx'].rehash()}is not the only parent of child {child_result['tx'].rehash()}", package_result["package_msg"])
398
+
assert_equal(f"package RBF failed: {child_result['tx'].rehash()}has 2 ancestors, max 1 allowed", package_result["package_msg"])
assert_equal(f"package RBF failed: {parent_result['tx'].rehash()}has 2 descendants, max 1 allowed", package_result["package_msg"])
448
+
assert_equal(f"package RBF failed: {child2_result['tx'].rehash()}is not the only child of parent {parent_result['tx'].rehash()}", package_result["package_msg"])
0 commit comments