Komodo CC aux callback has access to transaction via checker

This commit is contained in:
Scott Sadler
2018-02-21 19:28:52 -03:00
parent 73b9e32b9d
commit 691b8708f1
6 changed files with 41 additions and 24 deletions

View File

@@ -9,11 +9,4 @@ static bool IsCryptoConditionsEnabled() {
return 0 != ASSETCHAINS_CC;
}
/*
* Method stub for aux conditions. Unimplemented, thus fails if an aux condition is encountered.
*/
static int komodoCCAux(CC *cond, void *context) {
return 0;
}
#endif /* KOMODO_CRYPTOCONDITIONS_H */