Join Nostr
2026-03-10 15:12:40 UTC
in reply to

_kami_gawa on Nostr: SIGHASH_ALL (0x01) — the default. Commits to: all inputs + all outputs. Once ...

SIGHASH_ALL (0x01) — the default.
Commits to: all inputs + all outputs.

Once signed, nobody can add/remove inputs or outputs without invalidating your sig. This is what you want 99% of the time.

`sig = sign(hash(all_inputs + all_outputs))` (3/6)