Cryptskii
Cryptskii
Yeah, you assumed right I am using Docker compose and thank you. I'll try that in a moment. I'll let you know if it ends up working for me.
Do you have execute local commands turned on or off? Is it true or false?
what in this is different than default? or do you mean just fill it for my spec reqs?
// Define the modified Header struct type Header struct { LastHeaderHash []byte LastCommitSignatures [][]byte CurrentBlockHash []byte } // Define the modified Block struct type Block struct { Header Header Body...