Skip to content

Commit

Permalink
Imports corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
cengwins committed Jan 14, 2022
1 parent 7e9041d commit 9095717
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Consensus/testNakamotoConsesus.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

from ahc.Channels.Channels import Channel
from ahc.Ahc import ComponentRegistry, Topology
from ahc.Consensus.NakamotoConsensus import transaction_generator
from ahc.Consensus.NakamotoConsensus import transaction_generator, NkComponent

# TODO: Check if this is a valid implementation
PATH_OF_DATA = "data"
Expand Down
2 changes: 1 addition & 1 deletion Waves/test_awerbuch.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
from ahc.Ahc import EventTypes
from ahc.Channels.Channels import P2PFIFOPerfectChannel
from ahc.LinkLayers.GenericLinkLayer import LinkLayer
from ahc.NetworkLayers.AllSeeingEyeNetworkLayer import AllSeingEyeNetworkLayer
from ahc.Routing.AllSeeingEyeNetworkLayer import AllSeingEyeNetworkLayer
from ahc.Waves.AwerbuchDFS import WaveAwerbuchComponent


Expand Down
2 changes: 1 addition & 1 deletion Waves/test_cidon.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
from ahc.Ahc import EventTypes
from ahc.Channels.Channels import P2PFIFOPerfectChannel
from ahc.LinkLayers.GenericLinkLayer import LinkLayer
from ahc.NetworkLayers.AllSeeingEyeNetworkLayer import AllSeingEyeNetworkLayer
from ahc.Routing.AllSeeingEyeNetworkLayer import AllSeingEyeNetworkLayer
from ahc.Waves.CidonDFS import ApplicationLayerComponent_Cidon


Expand Down

0 comments on commit 9095717

Please sign in to comment.