Skip to content

Commit

Permalink
Note about delay after minting/burning asset before its reflected in …
Browse files Browse the repository at this point in the history
…wallet
  • Loading branch information
Scitz0 committed Mar 16, 2023
1 parent cad6404 commit 181479b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/cnode-helper-scripts/cntools.sh
Expand Up @@ -4487,6 +4487,7 @@ function main {
2) println "Minted : ${FG_LBLUE}$(formatAsset ${assets_to_mint})${NC}"
println "In Circulation : ${FG_LBLUE}$(formatAsset ${asset_minted})${NC} (local tracking)" ;;
esac
println DEBUG "\n${FG_YELLOW}Please note that it can take a couple of minutes before minted asset show in wallet${NC}"
waitForInput && continue
;; ###################################################################
burn-asset)
Expand Down Expand Up @@ -4637,6 +4638,7 @@ function main {
2) println "Burned : ${FG_LBLUE}$(formatAsset ${assets_to_burn})${NC}"
println "In Circulation : ${FG_LBLUE}$(formatAsset ${asset_minted})${NC} (local tracking)" ;;
esac
println DEBUG "\n${FG_YELLOW}Please note that burned assets can take a couple of minutes before being reflected in wallet${NC}"
waitForInput && continue
;; ###################################################################
register-asset)
Expand Down

0 comments on commit 181479b

Please sign in to comment.