Reset the daemon and GUI versions post 0.4 branch-off
This commit is contained in:
parent
46efdd3664
commit
a076a83cba
@ -73,7 +73,7 @@ pub struct Version {
|
|||||||
|
|
||||||
impl fmt::Display for Version {
|
impl fmt::Display for Version {
|
||||||
fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
|
fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
|
||||||
write!(f, "{}.{}.{}", self.major, self.minor, self.patch)
|
write!(f, "{}.{}.{}-dev", self.major, self.minor, self.patch)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -20,7 +20,7 @@ from test_framework.utils import (
|
|||||||
|
|
||||||
def test_getinfo(lianad):
|
def test_getinfo(lianad):
|
||||||
res = lianad.rpc.getinfo()
|
res = lianad.rpc.getinfo()
|
||||||
assert res["version"] == "0.4.0"
|
assert res["version"] == "0.4.0-dev"
|
||||||
assert res["network"] == "regtest"
|
assert res["network"] == "regtest"
|
||||||
wait_for(lambda: lianad.rpc.getinfo()["block_height"] == 101)
|
wait_for(lambda: lianad.rpc.getinfo()["block_height"] == 101)
|
||||||
res = lianad.rpc.getinfo()
|
res = lianad.rpc.getinfo()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user