diff --git a/_chain b/_chain index c021b22..493f092 100755 --- a/_chain +++ b/_chain @@ -1 +1 @@ -QmRd3LFiGbA8s17vsYdwWftSnEnnEQGzAzCEPbJBLDrXEf +QmTDcHP1Nqy4SFzYCwuDH3JxvBT7fsdAKWQvrcvsVPMUpD diff --git a/_comments b/_comments index d7fd648..c06d6e2 100755 --- a/_comments +++ b/_comments @@ -173,3 +173,4 @@ OK 2019-12-14: 2019-12-14: 2019-12-17: Better G1Tx +2019-12-17: G1TAG REFRESH & more diff --git a/_nanodate b/_nanodate index ae44054..a017c9f 100755 --- a/_nanodate +++ b/_nanodate @@ -1 +1 @@ -1576547374550330601 +1576604811163661452 diff --git a/_publishkey.gpg b/_publishkey.gpg index 9e22954..5a2f3c4 100755 Binary files a/_publishkey.gpg and b/_publishkey.gpg differ diff --git a/shell/manual_BILLETS_PERIMES.sh b/shell/manual_BILLETS_PERIMES.sh index feb04f3..3961903 100755 --- a/shell/manual_BILLETS_PERIMES.sh +++ b/shell/manual_BILLETS_PERIMES.sh @@ -40,7 +40,7 @@ for result in $(find billets/ -daystart -mtime +$vieux -type d -name "*"); do if [[ ! $(echo $PAY | grep "successfully sent") ]]; then echo "!!!! ERREUR: Something Wrong happened with $result" - exit + if [[ ! $virement ]]; then mv $result /tmp/$result; fi else echo "Tout s'est bien passé! On supprime $result et continue avec le billet $Nbillets" rm -Rf $result diff --git a/silkaj/src/constants.py b/silkaj/src/constants.py index b49f415..3612867 100644 --- a/silkaj/src/constants.py +++ b/silkaj/src/constants.py @@ -2,4 +2,4 @@ SILKAJ_VERSION = "silkaj 0.5.0" NO_MATCHING_ID = "No matching identity" G1_SYMBOL = "Ğ1" GTEST_SYMBOL = "ĞTest" -G1_DEFAULT_ENDPOINT = "duniter.moul.re", "443" +G1_DEFAULT_ENDPOINT = "duniter-g1.p2p.legal", "443"