From 04a5aaeddc07eb0c51a39f84e1f6f3d00da5bda2 Mon Sep 17 00:00:00 2001 From: SomberNight Date: Thu, 2 Feb 2023 19:16:38 +0000 Subject: [PATCH] transaction: (trivial) add comment about is_cb_input vs is_cb_output follow-up d6febb5c1243f3f80d5a79af9aa39312c8166c91, 96ac199f5cb27b6f3158c922afbb1322c5660121 --- electrum/transaction.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/electrum/transaction.py b/electrum/transaction.py index 763d003d0..bcf44e8be 100644 --- a/electrum/transaction.py +++ b/electrum/transaction.py @@ -254,7 +254,7 @@ class TxInput: def is_coinbase_output(self) -> bool: """Whether the coin being spent is an output of a coinbase tx. - This matters for coin maturity. + This matters for coin maturity (and pretty much only for that!). """ return self._is_coinbase_output