From accf27473009388008826cfd6de6ff673ae8e208 Mon Sep 17 00:00:00 2001 From: openoms <43343391+openoms@users.noreply.github.com> Date: Thu, 31 Aug 2023 08:39:11 +0200 Subject: [PATCH] joinmarket update to v0.9.10 (#138) --- scripts/install.joinmarket.sh | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/scripts/install.joinmarket.sh b/scripts/install.joinmarket.sh index eb33ee0..5de3248 100755 --- a/scripts/install.joinmarket.sh +++ b/scripts/install.joinmarket.sh @@ -1,9 +1,14 @@ #!/bin/bash -testedJMversion="v0.9.9" -PGPsigner="waxwing" -PGPpkeys="https://raw.githubusercontent.com/JoinMarket-Org/joinmarket-clientserver/master/pubkeys/AdamGibson.asc" -PGPcheck="2B6FC204D9BF332D062B461A141001A1AF77F20B" +testedJMversion="v0.9.10" + +PGPsigner="kristapsk" +PGPpkeys="https://github.com/kristapsk.gpg" +PGPcheck="33E472FE870C7E5D" + +#PGPsigner="waxwing" +#PGPpkeys="https://raw.githubusercontent.com/JoinMarket-Org/joinmarket-clientserver/master/pubkeys/AdamGibson.asc" +#PGPcheck="2B6FC204D9BF332D062B461A141001A1AF77F20B" me="${0##/*}"