From 171b8001d6d1c06ca7d6f46a6d58662626c9bb18 Mon Sep 17 00:00:00 2001 From: Gustavo Maximiliano Cortez Date: Thu, 10 Nov 2016 14:49:07 -0300 Subject: [PATCH] Recent transactions within 6 hours --- src/js/services/profileService.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/services/profileService.js b/src/js/services/profileService.js index 8d660cb16..78f99a86b 100644 --- a/src/js/services/profileService.js +++ b/src/js/services/profileService.js @@ -795,7 +795,7 @@ angular.module('copayApp.services') root.getNotifications = function(opts, cb) { opts = opts || {}; - var TIME_STAMP = 60 * 60 * 24; + var TIME_STAMP = 60 * 60 * 6; var MAX = 100; var typeFilter = {