threefoldtecharchive / jumpscaleX_threebot

Apache License 2.0
0 stars 3 forks source link

Update chat flow to allow to use any currency #723

Closed zaibon closed 4 years ago

zaibon commented 4 years ago

Since https://github.com/threefoldtech/tfexplorer/issues/50 the node marked as free to use can now be paid with freeTFT OR any other currency supported by the farm. This was make to solve the split in the network due to currencies.

m-motawea commented 4 years ago
JSX> nodes = j.sal.zosv2.nodes_finder.nodes_by_capacity(currency="TFT")
JSX> for n in nodes: 
   2         print(n.free_to_use)                   
False
False
False
False
True
True
False
False
False
False
False
False
False
False
True
True
True
True
False
False
False
False
JSX>
Dina-Abd-Elrahman commented 4 years ago