// BEGIN ENQUEUE PARENT ACTION // AUTO GENERATED - Do not modify or remove comment markers above or below: if ( !function_exists( 'chld_thm_cfg_locale_css' ) ): function chld_thm_cfg_locale_css( $uri ){ if ( empty( $uri ) && is_rtl() && file_exists( get_template_directory() . '/rtl.css' ) ) $uri = get_template_directory_uri() . '/rtl.css'; return $uri; } endif; add_filter( 'locale_stylesheet_uri', 'chld_thm_cfg_locale_css' ); if ( !function_exists( 'chld_thm_cfg_parent_css' ) ): function chld_thm_cfg_parent_css() { wp_enqueue_style( 'chld_thm_cfg_parent', trailingslashit( get_template_directory_uri() ) . 'style.css', array( 'font-awesome-v5','bootstrap','sidr','magnific-popup','sliderpro' ) ); wp_enqueue_script('custom-script', get_stylesheet_directory_uri() . '/custom-script.js', array('jquery')); } endif; add_action( 'wp_enqueue_scripts', 'chld_thm_cfg_parent_css', 10 ); // END ENQUEUE PARENT ACTION add_action( 'admin_enqueue_scripts', 'my_cfg_admin_enqueue' ); function my_cfg_admin_enqueue(){ wp_enqueue_script('custom-script', get_stylesheet_directory_uri() . '/custom-script.js', array('jquery')); wp_enqueue_style('style-cfg-child', get_stylesheet_uri(), array(), "4.2"); } add_action( 'after_setup_theme', 'remove_plugin_image_sizes', 999 ); function remove_plugin_image_sizes(){ remove_image_size( '2048x2048' ); remove_image_size( '1536x1536' ); remove_image_size( 'large' ); } function action_dynamic_sidebar_after( $array ) { if($array == "home-content-widgets") { echo the_content(); } }; add_action( 'dynamic_sidebar_after', 'action_dynamic_sidebar_after', 10, 1 ); add_action( 'trashed_post', 'mtp_delete_attached_thumbnail_for_trashed_product', 20, 1 ); function mtp_delete_attached_thumbnail_for_trashed_product( $post_id ) { // gets ID of post being trashed $post_type = get_post_type( $post_id ); // does not run on other post types if ( $post_type != 'post' ) { return true; } // get ID of featured image $post_thumbnail_id = get_post_thumbnail_id( $post_id ); // delete featured image wp_delete_attachment( $post_thumbnail_id, true ); }/** * The header for our theme * * This is the template that displays all of the section and everything up until
* * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials * * @package CoverNews */ ?> SEC lawsuit claims jurisdiction as ETH nodes are ‘clustered’ in the US – CoinsMegaNews

SEC lawsuit claims jurisdiction as ETH nodes are ‘clustered’ in the US

SEC lawsuit claims jurisdiction as ETH nodes are 'clustered' in the US

[ad_1]

The Securities Exchange Commission (SEC) has made an unprecedented claim that Ethereum transactions take place in the United States as ETH nodes are “clustered more densely” in the United States than any other country. 

The SEC argument is found within a Sept. 19 lawsuit against crypto researcher and YouTuber Ian Balina, which alleged, among many other complaints, that Balina conducted an unregistered offering of Sparkster (SPRK) tokens when he formed an investing pool on Telegram in 2018.

The SEC claims that at the time that U.S.-based investors participated in Balina’s investing pool, the ETH contributions were validated by a network of nodes on the Ethereum blockchain, “which are clustered more densely in the United States than in any other country.”

The SEC argued that as a result, “those transactions took place in the United States.”

At this stage, it is unclear whether such a claim will hold up in court, or whether there is any legal precedent at stake. However, currently 42.56% of the 7807 Ethereum nodes currently situated in the U.S. according to Ethernodes.

Speaking to Cointelegraph, Dr. Aaron Lane, an Australian lawyer and Senior Research Fellow at the RMIT Blockchain Innovation Hub said the distribution of Ethereum nodes is largely irrelevant to the case at hand, explaining:

“The fact that we’ve got a U.S. based plaintiff, a U.S. based defendant and transactions flowing from the U.S. is what is most relevant here. It doesn’t matter whether the payment was done on Ethereum, Mastercard or any payment network for that matter.”

Lane said that while SEC’s claim was an interesting one, he added that even if Balina’s lawyers don’t contest the issue of jurisdiction, it’s not going to have any impact on future cases for now:

“The defense may concede jurisdiction here, and if they do it won’t be an issue, and if it’s not a contested issue then the court won’t say anything about it. Any concern about legal precedent at this stage is premature.”

Related: 3 cloud providers accounting for over two-thirds of Ethereum nodes: Data

The SEC has been previously critisized for its regulatory approach towards crypto, which has been labelled by some as “regulation by enforcement.”

SEC Chairman Gary Gensler recently hinted that Ether-based staking could also trigger U.S. securities laws shortly after Ethereum transitioned to proof-of-stake on Sept. 15.

Responding to the lawsuit, Balina said in a 19-part Twitter thread that the charges were “baseless” and that he “turned down settlement so they [SEC] have to prove themselves.”

Balina did not comment on the SEC’s claim that the U.S. should be afforded jurisdiction for Ethereum-based transactions because of the heavy distribution of nodes situated in the U.S.

Balina’s charges come as Sparkster and its CEO, Sajjad Daya recently settled its case with the SEC on Sept. 19, having agreed to pay back $35 million to “harmed investors” following its ICO in 2018.

[ad_2]

Source link

Leave a Reply

Your email address will not be published. Required fields are marked *

/** * The template for displaying the footer * * Contains the closing of the #content div and all content after. * * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials * * @package CoverNews */ ?>