From 14cefdf35ddbe9623da2f3b3af310cf806c10ef1 Mon Sep 17 00:00:00 2001 From: tiero <3596602+tiero@users.noreply.github.com> Date: Tue, 19 Mar 2024 13:34:52 +0100 Subject: [PATCH] fix: remove whitespace from ark wallet state keys --- client/main.go | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/client/main.go b/client/main.go index 5503aaa..45ce543 100644 --- a/client/main.go +++ b/client/main.go @@ -21,11 +21,11 @@ const ( ASP_URL = "asp_url" ASP_PUBKEY = "asp_public_key" ROUND_LIFETIME = "round_lifetime" - UNILATERAL_EXIT_DELAY = "unilateral_exit_delay " - ENCRYPTED_PRVKEY = "encrypted_private_key " - PASSWORD_HASH = "password_hash " - PUBKEY = "public_key " - NETWORK = "network " + UNILATERAL_EXIT_DELAY = "unilateral_exit_delay" + ENCRYPTED_PRVKEY = "encrypted_private_key" + PASSWORD_HASH = "password_hash" + PUBKEY = "public_key" + NETWORK = "network" ) var (