reproduce issue #7318
This commit is contained in:
parent
9fe0e74256
commit
36376bdeb6
@ -47,6 +47,20 @@ export async function runPeerToPeerPushTest(t: GlobalTestState) {
|
||||
|
||||
await wallet1.runUntilDone();
|
||||
|
||||
{
|
||||
const resp = await wallet1.client.call(
|
||||
WalletApiOperation.InitiatePeerPushPayment,
|
||||
{
|
||||
amount: "TESTKUDOS:5",
|
||||
partialContractTerms: {
|
||||
summary: "Hello World",
|
||||
},
|
||||
},
|
||||
);
|
||||
|
||||
console.log(resp);
|
||||
|
||||
}
|
||||
const resp = await wallet1.client.call(
|
||||
WalletApiOperation.InitiatePeerPushPayment,
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user