Skip to content

Commit

Permalink
renamed the GenesisNetowrkNodeDataWrapper filename to follow convention
Browse files Browse the repository at this point in the history
Signed-off-by: instamenta <instamenta@abv.bg>
  • Loading branch information
instamenta committed Dec 20, 2024
1 parent c91b8ab commit 847cd45
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import crypto from 'node:crypto';
import {PrivateKey} from '@hashgraph/sdk';
import {Templates} from '../templates.js';
import {GenesisNetworkNodeDataWrapper} from './genesisNetworkNodeDataWrapper.js';
import {GenesisNetworkNodeDataWrapper} from './genesis_network_node_data_wrapper.js';
import * as x509 from '@peculiar/x509';
import * as constants from '../constants.js';

Expand Down

0 comments on commit 847cd45

Please sign in to comment.