Add docs on two-step sending of payments

This commit is contained in:
Michał Sałaban 2018-02-14 16:24:17 +01:00
parent e76f90b70d
commit 86145f97af
2 changed files with 138 additions and 0 deletions

View file

@ -177,6 +177,8 @@ and ``unconfirmed`` query parameters that accept boolean values:
You may as well query for both confirmed and unconfirmed transactions using
``wallet.incoming(unconfirmed=True)`` (the default value for ``confirmed`` is ``True``).
.. _sending-payments:
Sending payments
----------------