Skip to content

Commit

Permalink
joinmarket update to v0.9.10 (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
openoms authored Aug 31, 2023
1 parent 709ea13 commit accf274
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions scripts/install.joinmarket.sh
Original file line number Diff line number Diff line change
@@ -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##/*}"

Expand Down

0 comments on commit accf274

Please sign in to comment.