04:44:50 Its public holiday everyone is away on holiday 😎😄 06:00:44 Hello i did an exchange on a swap site for it 06:01:00 Was success but im not recieving on my wallet 06:01:24 transaction hash output 06:02:19 on localmonero.com 06:02:24 can anyone help me please? 06:28:28 make sure the node is synced up, and that your wallet's refresh-from-height is not higher than then block height for this tx (or any other tx to/from that wallet). 07:20:09 koopacxz: your user account is on matrix.org, which is very slow in receiving messages from all other instances. 07:20:11 Response from moneromooo below: 07:20:13 make sure the node is synced up, and that your wallet's refresh-from-height is not higher than then block height for this tx (or any other tx to/from that wallet). 17:55:10 I figured just out that `monero-python` doesn't support passwort protection for the seed phrase, but I pretty sure I have seen that in Monero-GUI. Anybody know how it is done in Monero-GUI? I want to implement it compatible into MoneroSigner - will it send me down a rabbit hole or easy thing to do like, `unlock(key: bytes, password: str) -> bytes`? Or better I let it for now unsupported and handle it later? Anybody who is knowing the part of the source here?