diff options
author | Christian Grothoff <christian@grothoff.org> | 2024-03-24 14:51:03 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2024-03-24 14:51:03 +0100 |
commit | a9dbc7eb123287930b07d59cba8bc15448f31f15 (patch) | |
tree | 295a81274f3da546ca83040eb0ba3fbc41496e85 /src/auditor/test-revocation.sh | |
parent | c19e2666aa496957b13c438480b6d8ceaefba460 (diff) |
clean up nexus mess not needed in auditor anymore
Diffstat (limited to 'src/auditor/test-revocation.sh')
-rwxr-xr-x | src/auditor/test-revocation.sh | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/auditor/test-revocation.sh b/src/auditor/test-revocation.sh index a80151c47..277b102fb 100755 --- a/src/auditor/test-revocation.sh +++ b/src/auditor/test-revocation.sh @@ -153,13 +153,6 @@ function pre_audit () { 2> "${MY_TMP_DIR}/transfer.log" \ || exit_fail "FAIL" echo " DONE" - echo -n "Running Nexus payment submitter ..." - nexus_submit_to_sandbox - echo " DONE" - # Make outgoing transactions appear in the TWG: - echo -n "Download bank transactions ..." - nexus_fetch_transactions - echo " DONE" fi } |