Skip to content

Commit aabe86b

Browse files
committed
sleep add
1 parent 5d60a45 commit aabe86b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

network_integration.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
from blockchain_factory import blockchain_factory
22
from wallet import Wallet
33
from transaction import Transaction
4+
import time
45

56

67
bc, network = blockchain_factory()
78

9+
time.sleep(5)
10+
811
wallet = Wallet()
912
wallet2 = Wallet(1024, True)
1013
transaction = Transaction(wallet.address, wallet2.address, "bonjour")

0 commit comments

Comments
 (0)