Browse Source

swaps: add small comment

master
SomberNight 2 years ago
parent
commit
c4068ab6cc
No known key found for this signature in database
GPG Key ID: B33B5F232C6271E9
  1. 2
      electrum/submarine_swaps.py

2
electrum/submarine_swaps.py

@ -103,7 +103,7 @@ def now():
@stored_in('submarine_swaps')
@attr.s
class SwapData(StoredObject):
is_reverse = attr.ib(type=bool)
is_reverse = attr.ib(type=bool) # for whoever is running code (PoV of client or server)
locktime = attr.ib(type=int)
onchain_amount = attr.ib(type=int) # in sats
lightning_amount = attr.ib(type=int) # in sats

Loading…
Cancel
Save