diff --git a/microstellar.go b/microstellar.go index 0eb38f7..f49ee86 100644 --- a/microstellar.go +++ b/microstellar.go @@ -415,6 +415,7 @@ func (ms *MicroStellar) Pay(sourceAddressOrSeed string, targetAddress string, am } } + paymentMuts = append(paymentMuts, build.SourceAccount{AddressOrSeed: sourceAddressOrSeed}) tx.Build(sourceAccount(sourceAddressOrSeed), build.Payment(paymentMuts...)) return ms.signAndSubmit(tx, sourceAddressOrSeed) }