| 46 | #define CURRENCYRATE_TOLERANCE_SECONDS 60 |
| 47 | |
| 48 | struct bkpr *bkpr_of(struct plugin *plugin) |
| 49 | { |
| 50 | return plugin_get_data(plugin, struct bkpr); |
| 51 | } |
| 52 | |
| 53 | const struct currencyrate *covering_currencyrate(const struct bkpr *bkpr, |
| 54 | u64 timestamp) |
no outgoing calls
no test coverage detected