From 80c3ba4c608dcadd231a3587eda3a0c288a52d41 Mon Sep 17 00:00:00 2001
From: sairaj mote
- The maximum number of free characters that can be stored in a FLO blockchain transaction is - 1040. - But torrents are typically 20,000 characters each. + Only 1040 free characters can be stored in a FLO blockchain transaction, but torrents are + typically 20,000 characters each.
- So, we need to first design a way to split the torrent into smaller segments and find a way to - link them inside the blockchain. - + Therefore, we had to first design a way to split the torrent into smaller segments and find a + way to link them inside the blockchain.