From 7dead44e986bf11f41a57be726fd0dcb4cae1b4b Mon Sep 17 00:00:00 2001 From: jbentke Date: Thu, 10 Jun 2021 18:15:49 +0200 Subject: [PATCH] made proof methods in the config optional --- c/src/pay/zksync/rpc.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/c/src/pay/zksync/rpc.yml b/c/src/pay/zksync/rpc.yml index 2f42eb94f..5df6ed25f 100644 --- a/c/src/pay/zksync/rpc.yml +++ b/c/src/pay/zksync/rpc.yml @@ -308,11 +308,13 @@ zksync: descr: rpc-method, which will be used to verify the incomming proof before cosigning. type: string cmd: zvpm + optional: true create_proof_method: descr: rpc-method, which will be used to create the proof needed for cosigning. type: string cmd: zcpm + optional: true # rpc zksync_contract_address: