v1.2.2
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
.