From cda3022325f494dac02e94863205b18e7768d636 Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Thu, 13 Oct 2022 10:22:08 +0000 Subject: [PATCH] Update 'vrsc.md' --- vrsc.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/vrsc.md b/vrsc.md index 5f718c3..2a46055 100644 --- a/vrsc.md +++ b/vrsc.md @@ -58,3 +58,9 @@ if ((txData.voutMask & (((uint64_t)1) << (uint64_t)input.prevout.n)) != 0) ``` the list "mask" for every transaction id is called `voutMask` and it is bitwise AND'ed with the jumbled tx data to get the real transaction id. In that case, the custom `scriptPubKey` is returned. If not, then the default happens, which is to only allow an address which owns funds to actually spend them. + +## Additional Sources + +https://nitter.ca/VerusCoin/status/1158931179392794625 + +