Browse Source

Windows 11 test fix; minor documentation updates

The MMGen Project 7 months ago
parent
commit
0215b9213a

+ 1 - 0
doc/release-notes/release-notes-v14.1.0.md

@@ -49,6 +49,7 @@ This release has been tested on the following platforms:
     Debian 12 (Bookworm) [Armbian] / Rock Pi 4 [arm64]
     Ubuntu 24.04 (Noble) [Armbian] / Rock Pi 4 [arm64]
     Windows 10 Enterprise / MSYS2 2024-05-07 / x86_64 [qemu]
+    Windows 11 Enterprise / MSYS2 2024-05-07 / x86_64 [qemu]
 
 and with the following coin daemon versions:
 

+ 1 - 1
doc/wiki/install-linux/Install-Bitcoind.md

@@ -98,7 +98,7 @@ $ litecoind
 
 ```text
 # Bitcoin Core:
-$ bitcoind --daemon --deprecatedrpc=create_bdb
+$ bitcoind --daemon
 
 # Bitcoin Cash Node:
 $ mkdir ~/.bitcoin-bchn

+ 1 - 1
doc/wiki/install-mswin/Install-Bitcoind.md

@@ -98,7 +98,7 @@ $ litecoind
 
 ```text
 # Bitcoin Core:
-$ bitcoind --daemon --deprecatedrpc=create_bdb
+$ bitcoind --daemon
 
 # Bitcoin Cash Node:
 $ mkdir ~/.bitcoin-bchn

+ 1 - 0
scripts/msys2-sshd-setup.sh

@@ -59,4 +59,5 @@ fi
 
 # Finally, register service with cygrunsrv and start it
 cygrunsrv -R msys2_sshd || true
+sleep 1
 cygrunsrv -I msys2_sshd -d "MSYS2 sshd" -p /usr/bin/sshd.exe -a "-D -e" -y tcpip

+ 1 - 1
test/cmdtest_py_d/ct_tool.py

@@ -113,7 +113,7 @@ class CmdTestTool(CmdTestMain,CmdTestBase):
 			cmd = 'decrypt_keystore',
 			fn  = 'test/ref/altcoin/98831F3A-keystore-wallet.json',
 			pw = 'abc',
-			chk = read_from_file('test/ref/98831F3A.bip39') )
+			chk = read_from_file('test/ref/98831F3A.bip39').strip() )
 
 	def tool_decrypt_geth_keystore(self):
 		return self._decrypt_keystore(