reproduce issue #7318

This commit is contained in:
Sebastian 2022-09-02 16:47:33 -03:00
parent 9fe0e74256
commit 36376bdeb6
No known key found for this signature in database
GPG Key ID: BE4FF68352439FC1

View File

@ -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,
{