planetarium / libplanet

Blockchain in C#/.NET for on-chain, decentralized gaming
https://docs.libplanet.io/
GNU Lesser General Public License v2.1
505 stars 139 forks source link

Remove duplicated NSRH generation on BlockChain.Create() #3832

Closed OnedgeLee closed 1 week ago

OnedgeLee commented 1 week ago

NSRH generation on BlockChain.Create() is duplicated and needless since constructor of BlockChain do the same thing.