build, wallet, doc: Remove BDB

This commit is contained in:
Ava Chow
2024-01-05 18:42:20 -05:00
parent 44057fe38c
commit 04a7a7a28c
51 changed files with 34 additions and 2108 deletions

View File

@@ -15,7 +15,6 @@ from test_framework.address import (
script_to_p2sh,
script_to_p2wsh,
)
from test_framework.bdb import BTREE_MAGIC
from test_framework.descriptors import descsum_create
from test_framework.key import ECPubKey
from test_framework.test_framework import BitcoinTestFramework
@@ -33,6 +32,8 @@ from test_framework.wallet_util import (
generate_keypair,
)
BTREE_MAGIC = 0x053162
class WalletMigrationTest(BitcoinTestFramework):
def set_test_params(self):