Skip to content

v1.2.2

Compare
Choose a tag to compare
@JakeUrban JakeUrban released this 17 Feb 22:10

Bug Fix

Introduced in v1.2, watch_transactions assigned Keypair objects to Transaction.from_address when the payment operation did not include a source account. This resulted in a string representation of the Keypair object being returned from GET /transaction(s), instead of the public key string.

This release fixes this bug by ensuring the public key of the Keypair object is always assigned to Transaction.from_address.