silkaj_balance

This commit is contained in:
qo-op 2020-05-12 01:48:20 +02:00
parent da8a0d4f23
commit 62b740b953
1 changed files with 1 additions and 0 deletions

View File

@ -214,6 +214,7 @@ function sms_uid2key (){
#################################################################################################################################
function silkaj_balance () {
pubkey="$1"
[[ ! $pubkey ]] && echo "0" && exit
silkajQuantitativeAmountPattern='Total\sQuantitative\s+=\s+(.*)\s+Ğ1'
silkajExitCode=1
while [ $silkajExitCode -ne 0 ]