diff --git a/src/nosana_node/nosana.clj b/src/nosana_node/nosana.clj index 28366b5..9b41f89 100644 --- a/src/nosana_node/nosana.clj +++ b/src/nosana_node/nosana.clj @@ -784,13 +784,13 @@ (throw (ex-info "Could not create NOS ATA" {})) nil))) (when (not (sol/get-account-data (sol/get-nos-stake-pda (:address conf)) (:network conf))) - ;; create stake with 0 NOS and 364 days duration - (try - (open-stake conf 0 (* 24 60 60 364)) - (catch Exception e - (throw (ex-info "Could not create stake" {})) - nil)) - sys)) + ;; create stake with 0 NOS and 364 days duration + (try + (open-stake conf 0 (* 24 60 60 364)) + (catch Exception e + (throw (ex-info "Could not create stake" {})) + nil))) + sys) (defn use-nosana "Component that loads the Nosana config."