Browse Source

transaction: (trivial) add comment about is_cb_input vs is_cb_output

follow-up d6febb5c12, 96ac199f5c
master
SomberNight 3 years ago
parent
commit
04a5aaeddc
No known key found for this signature in database
GPG Key ID: B33B5F232C6271E9
  1. 2
      electrum/transaction.py

2
electrum/transaction.py

@ -254,7 +254,7 @@ class TxInput:
def is_coinbase_output(self) -> bool: def is_coinbase_output(self) -> bool:
"""Whether the coin being spent is an output of a coinbase tx. """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 return self._is_coinbase_output

Loading…
Cancel
Save