github.com/igggame/nebulas-go@v2.1.0+incompatible/nbre/fs/proto/block.proto.patch (about) 1 --- block.proto 2018-09-15 15:22:49.409453873 +0800 2 +++ block.proto.bak 2018-09-15 15:23:56.157406918 +0800 3 @@ -17,8 +17,8 @@ 4 // 5 syntax = "proto3"; 6 7 -import "github.com/nebulasio/go-nebulas/common/dag/pb/dag.proto"; 8 -import "github.com/nebulasio/go-nebulas/consensus/pb/state.proto"; 9 +import "dag.proto"; 10 +import "state.proto"; 11 12 package corepb; 13 14 @@ -75,7 +75,7 @@ 15 message Block { 16 BlockHeader header = 1; 17 repeated Transaction transactions = 2; 18 - dagpb.Dag dependency = 3; 19 + dagpb.Dag dependency = 3; 20 21 uint64 height = 4; 22 } 23 @@ -100,4 +100,4 @@ 24 message Random { 25 bytes vrf_seed = 1; 26 bytes vrf_proof = 2; 27 -} 28 \ No newline at end of file 29 +}