Open JeremyRand opened 2 years ago
Name trade transactions look unique because they contain a SIGHASH_SINGLE|SIGHASH_ANYONECANPAY input that is a name input if and only if its corresponding output is not a name output. We should display this status in the transaction view.
SIGHASH_SINGLE|SIGHASH_ANYONECANPAY
Blocked by https://github.com/namecoin/nmc-rpc-explorer/issues/10 .
Name trade transactions look unique because they contain a
SIGHASH_SINGLE|SIGHASH_ANYONECANPAY
input that is a name input if and only if its corresponding output is not a name output. We should display this status in the transaction view.