OSDN Git Service

Merge pull request #814 from Bytom/genesis
authorPaladz <yzhu101@uottawa.ca>
Tue, 24 Apr 2018 03:56:31 +0000 (11:56 +0800)
committerGitHub <noreply@github.com>
Tue, 24 Apr 2018 03:56:31 +0000 (11:56 +0800)
edit for genesis message

config/genesis.go

index 92ff9d3..c70ff4f 100644 (file)
@@ -19,7 +19,7 @@ func genesisTx() *types.Tx {
        txData := types.TxData{
                Version: 1,
                Inputs: []*types.TxInput{
-                       types.NewCoinbaseInput([]byte("Information is power. January 11, 2013. Computing is power. April 24, 2018.")),
+                       types.NewCoinbaseInput([]byte("Information is power. -- Jan/11/2013. Computing is power. -- Apr/24/2018.")),
                },
                Outputs: []*types.TxOutput{
                        types.NewTxOutput(*consensus.BTMAssetID, consensus.InitialBlockSubsidy, contract),