Recent transactions within 6 hours
This commit is contained in:
parent
5ead443c24
commit
171b8001d6
1 changed files with 1 additions and 1 deletions
|
|
@ -795,7 +795,7 @@ angular.module('copayApp.services')
|
||||||
root.getNotifications = function(opts, cb) {
|
root.getNotifications = function(opts, cb) {
|
||||||
opts = opts || {};
|
opts = opts || {};
|
||||||
|
|
||||||
var TIME_STAMP = 60 * 60 * 24;
|
var TIME_STAMP = 60 * 60 * 6;
|
||||||
var MAX = 100;
|
var MAX = 100;
|
||||||
|
|
||||||
var typeFilter = {
|
var typeFilter = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue