Skip to content

Commit d951d75

Browse files
committed
Revise and delete v1 algod steps and add devmode helpers
1 parent 23cd772 commit d951d75

File tree

2 files changed

+1
-878
lines changed

2 files changed

+1
-878
lines changed

tests/steps/other_v2_steps.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ def send_zero_transactions(context, txns=1):
107107
sp,
108108
constants.ZERO_ADDRESS,
109109
0,
110-
note=random.randbytes(8)
110+
note=random.randbytes(8),
111111
)
112112
signed_payment = context.wallet.sign_transaction(payment)
113113
context.app_acl.send_transaction(signed_payment)

0 commit comments

Comments
 (0)