OSDN Git Service

edit for genesis message
authorpaladz <453256728@qq.com>
Tue, 24 Apr 2018 03:53:06 +0000 (11:53 +0800)
committerpaladz <453256728@qq.com>
Tue, 24 Apr 2018 03:53:06 +0000 (11:53 +0800)
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),