mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-12 12:51:22 +00:00
version folder, rpc core version
This commit is contained in:
5
rpc/core/version.go
Normal file
5
rpc/core/version.go
Normal file
@ -0,0 +1,5 @@
|
||||
package core
|
||||
|
||||
// a single integer is sufficient here
|
||||
|
||||
const Version = "2" // add DialSeeds; re-organize type bytes
|
Reference in New Issue
Block a user