mempool weather added

This commit is contained in:
HolgerHatGarKeineNode
2023-03-31 16:08:31 +02:00
parent 7973a2032f
commit 7465fbd00a
3 changed files with 4 additions and 1 deletions

View File

@@ -46,5 +46,6 @@ class CacheRecommendedFees extends Command
]);
cache()->put('mempool-weather', $result['choices'][0]['text'], now()->addMinutes(62));
cache()->put('mempool-weather-changed', now()->toDateTimeString(), now()->addMinutes(62));
}
}