02:37:33 hi 02:38:39 I need to ask someone. Since weeks we face issues because of a multi sig error using retoswap. they blame the qubic attack and the monero protocol to be responsible. does anyone know how to fix and when to fix it? my funds are locked because an arbitor cannot release them with his signature. 02:38:58 #haveno 02:40:34 why haveno? I would like to ask if the problem is related to monero directly 02:41:09 Partially 02:41:13 I have already contacted haveno and they dont know further. They try to build a patch but I am wondering if the issue is because of a software bug or because monero has rolled back transactions 02:41:38 you contacted reto 02:41:44 yes 02:41:55 reto is the client haveno is the protocol 02:41:56 Haveno has a fix coming today-or-so 02:42:29 thats amazing. can I ask you what the issue is about? is it because the qubic attack? 02:42:59 https://github.com/monero-project/monero/pull/10077 02:45:30 can you tell me what happened related to reorg? have you rolledback transactions? 02:45:58 The description of the or explains the issue 02:57:26 but it seems that the pr is not ready yet. the multi sig error is a very annoying situation. im not sure what the solution can be. i guess reto do only rpc calls so when monero daemon tells them error can they fix anything? 02:58:58 reto cant fix anything, a new version of haveno will 02:59:52 sorry I mean haveno can they fix anything if the problem is rooted in monero itself? 03:00:04 That linked pr should help to prevent the issue, or at least to make it resolve itself after a refresh 03:00:34 Yes, haveno has this fixed in soon-to-be-released version 05:17:49 Hi, can anyone review this https://bounties.monero.social/posts/206/1-210m-a-federated-file-sharing-system-with-monero-payments-to-unlock-files. I have posted the source and a demo site 16:35:27 AFAICT there is no way you can change the description for an address book entry in the wallet-cli [src](https://github.com/monero-project/monero/blob/8d4c625713e3419573dfcc7119c8848f47cabbaa/src/simplewallet/simplewallet.cpp#L9637) 16:35:27 you can a) `add` an entry and show all entries, b) `delete` an entry and show all entries or c) just show all entries 16:35:29 I thought about changing the behavior, so if you use `address_book add
` with an `
` already set in the address book, it could overwrite the old `` with the new one, but it's probably safer to add another option `reset` for that case and leave the old behavior (allow to add duplicate entries) as it is!?