From f49840dd902cd9b14b6aadb431b16a4aeb719c3f Mon Sep 17 00:00:00 2001 From: Ryan Ofsky Date: Fri, 4 Jul 2025 11:06:30 -0400 Subject: [PATCH] doc: Fix typo in files.md Suggested by l0rinc https://github.com/bitcoin/bitcoin/pull/31679#discussion_r2185083314 --- doc/files.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/files.md b/doc/files.md index 6d2faa4c8f2..90d804471e1 100644 --- a/doc/files.md +++ b/doc/files.md @@ -83,7 +83,7 @@ Wallets are SQLite databases. 3. A wallet database path can be specified with the `-wallet` option. -4. `wallet.dat` files must not be shared across different node instances, as that can result in key-reuse and double-spends due the lack of synchronization between instances. +4. `wallet.dat` files must not be shared across different node instances, as that can result in key-reuse and double-spends due to the lack of synchronization between instances. 5. Any copy or backup of the wallet should be done through a `backupwallet` call in order to update and lock the wallet, preventing any file corruption caused by updates during the copy.