diff options
Diffstat (limited to 'sigscript/CoinListWrapper.cpp')
| -rw-r--r-- | sigscript/CoinListWrapper.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sigscript/CoinListWrapper.cpp b/sigscript/CoinListWrapper.cpp index a15c25a3..623476d4 100644 --- a/sigscript/CoinListWrapper.cpp +++ b/sigscript/CoinListWrapper.cpp @@ -24,9 +24,9 @@ Sigscript::CoinListWrapper* Sigscript::CoinListWrapper::create(const Sigmod::CoinList* coinList, SigmodWrapper* parent) { - if (!m_instances.contains(Signiture(parent, coinList->id()))) - m_instances[Signiture(parent, coinList->id())] = new CoinListWrapper(coinList, parent); - return qobject_cast<CoinListWrapper*>(m_instances[Signiture(parent, coinList->id())]); + if (!m_instances.contains(Signature(parent, coinList->id()))) + m_instances[Signature(parent, coinList->id())] = new CoinListWrapper(coinList, parent); + return qobject_cast<CoinListWrapper*>(m_instances[Signature(parent, coinList->id())]); } Sigscript::CoinListWrapper::CoinListWrapper(const Sigmod::CoinList* coinList, SigmodWrapper* parent) : |
