summaryrefslogtreecommitdiffstats
path: root/sigmod/CoinList.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sigmod/CoinList.cpp')
-rw-r--r--sigmod/CoinList.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/sigmod/CoinList.cpp b/sigmod/CoinList.cpp
index 92a8a16f..bc3a6fcb 100644
--- a/sigmod/CoinList.cpp
+++ b/sigmod/CoinList.cpp
@@ -108,8 +108,8 @@ SETTER(CoinList, Sigcore::Script&, Script, script)
GETTER(CoinList, QString, name)
GETTER(CoinList, Sigcore::Script, script)
-CHECK_DEFAULT(CoinList, QString&, name)
-CHECK_DEFAULT(CoinList, Sigcore::Script&, script)
+CHECK(CoinList, QString&, name)
+CHECK(CoinList, Sigcore::Script&, script)
const Sigmod::CoinListItem* Sigmod::CoinList::item(const int index) const
{