Closed armaniferrante closed 3 years ago
Domain separation is done by prefixing account discriminators and instruction hashes with a <namespace> prei-image. Instructions are prefixed with <namespace>:: where as accounts are prefixed with <namespace>:. Colon count should be consistent.
<namespace>
<namespace>::
<namespace>:
Addressed by https://github.com/project-serum/anchor/pull/321.
Domain separation is done by prefixing account discriminators and instruction hashes with a
<namespace>
prei-image. Instructions are prefixed with<namespace>::
where as accounts are prefixed with<namespace>:
. Colon count should be consistent.