SignatureCache::SignatureCache

Deleted copy constructor; the cache is non-copyable.

Synopsis

Declared in <script/sigcache.h>

SignatureCache(SignatureCache const& other) = delete;

Parameters

NameDescription
otherThe cache that would be copied.