OSDN Git Service

update checkpoint and readme update-testnet-checkpoint
authorChengcheng Zhang <943420582@qq.com>
Wed, 4 Sep 2019 07:13:03 +0000 (15:13 +0800)
committerChengcheng Zhang <943420582@qq.com>
Wed, 4 Sep 2019 07:13:03 +0000 (15:13 +0800)
README.md
consensus/general.go

index 98107b3..c8e6b08 100644 (file)
--- a/README.md
+++ b/README.md
@@ -107,7 +107,7 @@ available flags for `bytomd node`:
       --vault_mode                  Run in the offline enviroment
       --wallet.disable              Disable wallet
       --wallet.rescan               Rescan wallet
-      --web.closed                  Lanch web browser or not
+      --web.closed                  Launch web browser or not
       --simd.enable                 Enable the _simd_ feature to speed up the _PoW_ verification (e.g., during mining and block verification)
 ```
 
index 844fac5..db0fd1b 100644 (file)
@@ -152,6 +152,7 @@ var TestNetParams = Params{
                {83200, bc.NewHash([32]byte{0xb4, 0x6f, 0xc5, 0xcf, 0xa3, 0x3d, 0xe1, 0x11, 0x71, 0x68, 0x40, 0x68, 0x0c, 0xe7, 0x4c, 0xaf, 0x5a, 0x11, 0xfe, 0x82, 0xbc, 0x36, 0x88, 0x0f, 0xbd, 0x04, 0xf0, 0xc4, 0x86, 0xd4, 0xd6, 0xd5})},
                {93000, bc.NewHash([32]byte{0x6f, 0x4f, 0x37, 0x5f, 0xe9, 0xfb, 0xdf, 0x66, 0x60, 0x0e, 0xf0, 0x39, 0xb7, 0x18, 0x26, 0x75, 0xa0, 0x9a, 0xa5, 0x9b, 0x83, 0xc9, 0x9a, 0x25, 0x45, 0xb8, 0x7d, 0xd4, 0x99, 0x24, 0xa2, 0x8a})},
                {113300, bc.NewHash([32]byte{0x7a, 0x69, 0x75, 0xa5, 0xf6, 0xb6, 0x94, 0xf3, 0x94, 0xa2, 0x63, 0x91, 0x28, 0xb6, 0xab, 0x7e, 0xf9, 0x71, 0x27, 0x5a, 0xe2, 0x59, 0xd3, 0xff, 0x70, 0x6e, 0xcb, 0xd8, 0xd8, 0x30, 0x9c, 0xc4})},
+               {235157, bc.NewHash([32]byte{0xfa, 0x76, 0x36, 0x3e, 0x9e, 0x58, 0xea, 0xe4, 0x7d, 0x26, 0x70, 0x7e, 0xf3, 0x8b, 0xfd, 0xad, 0x1a, 0x99, 0xf7, 0x4c, 0xac, 0xc6, 0x80, 0x99, 0x58, 0x10, 0x13, 0x66, 0x4b, 0x8c, 0x39, 0x4f})},
        },
 }