FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Return newly created SignedTransaction when `sign` is invoked. · bitshares/python-bitshares@1a88459 · GitHub

Commit 1a88459

Browse files
committed
Return newly created SignedTransaction when sign is invoked.
This is useful for tearing down/rebuilding and passing transactions around.
1 parent 4dd4404 commit 1a88459

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

‎bitshares/transactionbuilder.py‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -345,6 +345,7 @@ def sign(self):
345345

346346
signedtx.sign(self.wifs, chain=self.blockchain.rpc.chain_params)
347347
self["signatures"].extend(signedtx.json().get("signatures"))
348+
return signedtx
348349

349350
def verify_authority(self):
350351
""" Verify the authority of the signed transaction

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL