diff options
Diffstat (limited to 'swarm/api/act.go')
-rw-r--r-- | swarm/api/act.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/swarm/api/act.go b/swarm/api/act.go index 9566720b0..a79f1944b 100644 --- a/swarm/api/act.go +++ b/swarm/api/act.go @@ -33,7 +33,7 @@ var ( } ) -const EMPTY_CREDENTIALS = "" +const EmptyCredentials = "" type AccessEntry struct { Type AccessType |