Fix limit per day message
This commit is contained in:
parent
59d668f292
commit
549d395ec1
3 changed files with 11 additions and 4 deletions
|
|
@ -3,6 +3,8 @@ angular.module('copayApp.services').factory('amazonService', function($http, $lo
|
|||
var root = {};
|
||||
var credentials = {};
|
||||
|
||||
root.limitPerDay = 1000;
|
||||
|
||||
/*
|
||||
* Development: 'testnet'
|
||||
* Production: 'livenet'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue