Avatar
/dev/fd0
6681268ace4748d41a4cfcc1e64006fb935bbc359782b3d9611f64d51c6752d9

nostr:npub1gcxzte5zlkncx26j68ez60fzkvtkm9e0vrwdcvsjakxf9mu9qewqlfnj5z

URLs with U+2044 (⁄), U+2215 (āˆ•) and @ in them should not be printed as a link in amethyst. A warning could be added or normal text with no hyperlink.

There should be a recording. Not sure when will it be shared by organizers.

I think Andrew Chow and others wanted `joinpsbts` to just add all the outputs from different PSBTs in a new PSBT provided they have different inputs.

`combinepsbt` RPC is used avoid duplicates but it requires all PSBTs to have same inputs and outputs.

Maybe nobody felt the need of something in between that takes different inputs, join them and combine outputs avoiding duplicates.

Not sure. Although if there are any reasons, it could remain the same by default and only remove duplicate outputs if an argument is set to `true` in `joinpsbts` RPC command.

We can change it at least on our node, compile with this patch and use it if it works as expected after testing :)

Is it safe to encrypt the private key, store it in a variable and decrypt when required?

Or this approach is vulnerable?