@@ -1144,7 +1144,7 @@ func createAssetInvoice(t *testing.T, dstRfqPeer, dst *HarnessNode,
1144
1144
AssetAmount : assetAmount ,
1145
1145
PeerPubkey : dstRfqPeer .PubKey [:],
1146
1146
InvoiceRequest : & lnrpc.Invoice {
1147
- Memo : fmt .Sprintf ("this is an asset invoice over " +
1147
+ Memo : fmt .Sprintf ("this is an asset invoice for " +
1148
1148
"%d units" , assetAmount ),
1149
1149
Expiry : timeoutSeconds ,
1150
1150
},
@@ -1291,7 +1291,7 @@ func createAssetHodlInvoice(t *testing.T, dstRfqPeer, dst *HarnessNode,
1291
1291
timeoutSeconds := int64 (rfq .DefaultInvoiceExpiry .Seconds ())
1292
1292
1293
1293
t .Logf ("Asking peer %x for quote to buy assets to receive for " +
1294
- "invoice over %d units; waiting up to %ds" ,
1294
+ "invoice for %d units; waiting up to %ds" ,
1295
1295
dstRfqPeer .PubKey [:], assetAmount , timeoutSeconds )
1296
1296
1297
1297
dstTapd := newTapClient (t , dst )
@@ -1309,7 +1309,7 @@ func createAssetHodlInvoice(t *testing.T, dstRfqPeer, dst *HarnessNode,
1309
1309
AssetAmount : assetAmount ,
1310
1310
PeerPubkey : dstRfqPeer .PubKey [:],
1311
1311
InvoiceRequest : & lnrpc.Invoice {
1312
- Memo : fmt .Sprintf ("this is an asset invoice over " +
1312
+ Memo : fmt .Sprintf ("this is an asset invoice for " +
1313
1313
"%d units" , assetAmount ),
1314
1314
Expiry : timeoutSeconds ,
1315
1315
},
0 commit comments