Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions bitcoin/rpc.py
Original file line number Diff line number Diff line change
Expand Up @@ -374,9 +374,9 @@ def fundrawtransaction(self, tx, include_watching=False):

Returns dict:

{'tx': Resulting tx,
'fee': Fee the resulting transaction pays,
'changepos': Position of added change output, or -1,
{'tx': Resulting tx,\
'fee': Fee the resulting transaction pays,\
'changepos': Position of added change output, or -1,\
}
"""
hextx = hexlify(tx.serialize())
Expand Down