Skip to content

Commit 7cfca3c

Browse files
committed
fix: ⚡ fixed tonomy builld
1 parent f81ebed commit 7cfca3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/tonomy/src/tonomy.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ namespace tonomysystem
223223
eosio::require_auth(get_self());
224224

225225
// Delete all items in the v1 table
226-
while (begin() != _apps.end()) {
226+
while (_apps.begin() != _apps.end()) {
227227
_apps.erase(_apps.begin());
228228
}
229229
}

0 commit comments

Comments
 (0)