Closed kcalvinalvin closed 3 years ago
https://github.com/mit-dci/utreexo/blob/7d436ce11280c3f0e2fd7b4f56e43d012125b811/bridgenode/processblock.go#L194-L194
https://github.com/mit-dci/utreexo/blob/7d436ce11280c3f0e2fd7b4f56e43d012125b811/bridgenode/processblock.go#L220-L221
In the code above (line 220 and 221), we're assuming that txin for a coinbase is variable. Is this true?
IIRC you can spend other coins into the CB txn
Oh huh, TIL. Thanks!
https://github.com/mit-dci/utreexo/blob/7d436ce11280c3f0e2fd7b4f56e43d012125b811/bridgenode/processblock.go#L194-L194
https://github.com/mit-dci/utreexo/blob/7d436ce11280c3f0e2fd7b4f56e43d012125b811/bridgenode/processblock.go#L220-L221
In the code above (line 220 and 221), we're assuming that txin for a coinbase is variable. Is this true?