mirror of
https://github.com/Chia-Network/chia-blockchain.git
synced 2026-09-02 10:05:46 -05:00
* Convert hex to a string for memo and plotid * Create a check for converting bytes to a string and remove the 32 bytes check for memo and plotid args in create_plots.py * Return the args.plotid bytes32.fromhex(plot_str) instead of bytes.fromhex(plot_str) * Remove debugging print that was used to print out the type * Fix invalid type annotation * Start using bytes32 for the type to prevent errors * Change bytes32 to bytes