diff --git a/go/vendor/github.com/keybase/stellarnet/summary.go b/go/vendor/github.com/keybase/stellarnet/summary.go index ade61c40b314..5ef63e41277b 100644 --- a/go/vendor/github.com/keybase/stellarnet/summary.go +++ b/go/vendor/github.com/keybase/stellarnet/summary.go @@ -39,6 +39,9 @@ func opBodySummary(op xdr.Operation, pastTense bool) string { case xdr.OperationTypePathPaymentStrictReceive: iop := op.Body.MustPathPaymentStrictReceiveOp() return fmt.Sprintf("%s %s to account %s using at most %s", tense("Pay", "Paid"), XDRAssetAmountSummary(iop.DestAmount, iop.DestAsset), iop.Destination.Address(), XDRAssetAmountSummary(iop.SendMax, iop.SendAsset)) + case xdr.OperationTypePathPaymentStrictSend: + iop := op.Body.MustPathPaymentStrictSendOp() + return fmt.Sprintf("%s at least %s to account %s using %s", tense("Pay", "Paid"), XDRAssetAmountSummary(iop.DestMin, iop.DestAsset), iop.Destination.Address(), XDRAssetAmountSummary(iop.SendAmount, iop.SendAsset)) case xdr.OperationTypeManageSellOffer: iop := op.Body.MustManageSellOfferOp() switch { diff --git a/go/vendor/vendor.json b/go/vendor/vendor.json index 9b45b76468a1..11f6ef49ad1e 100644 --- a/go/vendor/vendor.json +++ b/go/vendor/vendor.json @@ -998,10 +998,10 @@ "revisionTime": "2019-08-28T02:09:36Z" }, { - "checksumSHA1": "2Ugw7+GeWu1gQZdi2bOYrlfBmZg=", + "checksumSHA1": "sR551pREqAZR8JfBSqm0E0UNBJ4=", "path": "github.com/keybase/stellarnet", - "revision": "d20076acadfe92728f14d2c40b93721a6b69d369", - "revisionTime": "2020-01-22T16:21:55Z" + "revision": "384fcdcd888ef6a4f5319a93c4c2785d841ba30d", + "revisionTime": "2020-03-06T21:56:55Z" }, { "checksumSHA1": "B/Qlhpd96i6Sx0DdhSzbHUdG47U=",