Browse Source

Update 'vrsc.md'

master
Duke Leto 2 years ago
parent
commit
cda3022325
  1. 6
      vrsc.md

6
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

Loading…
Cancel
Save