From 0c889d74f79700c58c0d75c9ca9d18ec19c31da6 Mon Sep 17 00:00:00 2001 From: derekpierre Date: Mon, 8 Apr 2024 11:05:26 -0400 Subject: [PATCH] Update comment in retry tx about hooks - all except for 'on_broadcast' are mandatory. --- examples/retrytx.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/retrytx.py b/examples/retrytx.py index bf1b3c1..7bc41fa 100644 --- a/examples/retrytx.py +++ b/examples/retrytx.py @@ -68,7 +68,7 @@ } # -# Define Hooks (optional) +# Define Hooks #