Merge branch 'master' into milestone/2.x.x

This commit is contained in:
antiochp
2019-07-24 15:10:26 +01:00
9 changed files with 701 additions and 537 deletions
+3 -1
View File
@@ -71,7 +71,9 @@ fn main() {
fn real_main() -> i32 {
let yml = load_yaml!("grin.yml");
let args = App::from_yaml(yml).get_matches();
let args = App::from_yaml(yml)
.version(built_info::PKG_VERSION)
.get_matches();
let node_config;
// Temporary wallet warning message
-1
View File
@@ -1,5 +1,4 @@
name: grin
version: "2.0.0"
about: Lightweight implementation of the MimbleWimble protocol.
author: The Grin Team