Skip to content

Commit f49840d

Browse files
committed
doc: Fix typo in files.md
Suggested by l0rinc #31679 (comment)
1 parent f5cf0b1 commit f49840d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/files.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Wallets are SQLite databases.
8383

8484
3. A wallet database path can be specified with the `-wallet` option.
8585

86-
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.
86+
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.
8787

8888
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.
8989

0 commit comments

Comments
 (0)