Skip to content

Commit 4ad82cc

Browse files
committed
Fix test/txpackage_tests.cpp file
1 parent 2501607 commit 4ad82cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/txpackage_tests.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -952,7 +952,7 @@ BOOST_FIXTURE_TEST_CASE(package_rbf_tests, TestChain100Setup)
952952
CKey grandchild_key{GenerateRandomKey()};
953953
CScript child_spk = GetScriptForDestination(WitnessV0KeyHash(grandchild_key.GetPubKey()));
954954

955-
const CAmount coinbase_value{50 * COIN};
955+
const CAmount coinbase_value{200 * COIN};
956956
// Test that de-duplication works. This is not actually package rbf.
957957
{
958958
// 1 parent paying 200sat, 1 child paying 300sat

0 commit comments

Comments
 (0)