mirror of
https://github.com/tendermint/tendermint.git
synced 2026-02-12 06:41:31 +00:00
backport ci migration (#5758)
backport ci migration from circle to github actions
This commit is contained in:
@@ -34,6 +34,7 @@ type Protocol uint64
|
||||
// Uint64 returns the Protocol version as a uint64,
|
||||
// eg. for compatibility with ABCI types.
|
||||
func (p Protocol) Uint64() uint64 {
|
||||
|
||||
return uint64(p)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user