diff --git a/Cargo.lock b/Cargo.lock index 61d95ea..7c0e2c1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2808,7 +2808,7 @@ dependencies = [ [[package]] name = "grin_wallet_api" version = "5.2.0-beta.1" -source = "git+https://github.com/yeastplume/grin-wallet?branch=prevent_double_pay#6e6b16a61c53825447f27ad49ba654c922cf9702" +source = "git+https://github.com/mimblewimble/grin-wallet?branch=master#297c8285321aaf7d1f7be6314fcf0fdc520753ee" dependencies = [ "base64 0.12.3", "chrono", @@ -2833,7 +2833,7 @@ dependencies = [ [[package]] name = "grin_wallet_config" version = "5.2.0-beta.1" -source = "git+https://github.com/yeastplume/grin-wallet?branch=prevent_double_pay#6e6b16a61c53825447f27ad49ba654c922cf9702" +source = "git+https://github.com/mimblewimble/grin-wallet?branch=master#297c8285321aaf7d1f7be6314fcf0fdc520753ee" dependencies = [ "dirs 2.0.2", "grin_core", @@ -2848,7 +2848,7 @@ dependencies = [ [[package]] name = "grin_wallet_controller" version = "5.2.0-beta.1" -source = "git+https://github.com/yeastplume/grin-wallet?branch=prevent_double_pay#6e6b16a61c53825447f27ad49ba654c922cf9702" +source = "git+https://github.com/mimblewimble/grin-wallet?branch=master#297c8285321aaf7d1f7be6314fcf0fdc520753ee" dependencies = [ "chrono", "easy-jsonrpc-mw", @@ -2882,7 +2882,7 @@ dependencies = [ [[package]] name = "grin_wallet_impls" version = "5.2.0-beta.1" -source = "git+https://github.com/yeastplume/grin-wallet?branch=prevent_double_pay#6e6b16a61c53825447f27ad49ba654c922cf9702" +source = "git+https://github.com/mimblewimble/grin-wallet?branch=master#297c8285321aaf7d1f7be6314fcf0fdc520753ee" dependencies = [ "base64 0.12.3", "blake2-rfc", @@ -2921,7 +2921,7 @@ dependencies = [ [[package]] name = "grin_wallet_libwallet" version = "5.2.0-beta.1" -source = "git+https://github.com/yeastplume/grin-wallet?branch=prevent_double_pay#6e6b16a61c53825447f27ad49ba654c922cf9702" +source = "git+https://github.com/mimblewimble/grin-wallet?branch=master#297c8285321aaf7d1f7be6314fcf0fdc520753ee" dependencies = [ "age", "base64 0.9.3", @@ -2958,7 +2958,7 @@ dependencies = [ [[package]] name = "grin_wallet_util" version = "5.2.0-beta.1" -source = "git+https://github.com/yeastplume/grin-wallet?branch=prevent_double_pay#6e6b16a61c53825447f27ad49ba654c922cf9702" +source = "git+https://github.com/mimblewimble/grin-wallet?branch=master#297c8285321aaf7d1f7be6314fcf0fdc520753ee" dependencies = [ "data-encoding", "ed25519-dalek", diff --git a/Cargo.toml b/Cargo.toml index f8c8dd3..d7f97c7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,11 +26,11 @@ grin_keychain = { git = "https://github.com/mimblewimble/grin", branch = "master grin_util = { git = "https://github.com/mimblewimble/grin", branch = "master" } ## wallet -grin_wallet_impls = { git = "https://github.com/yeastplume/grin-wallet", branch = "prevent_double_pay" } -grin_wallet_api = { git = "https://github.com/yeastplume/grin-wallet", branch = "prevent_double_pay" } -grin_wallet_libwallet = { git = "https://github.com/yeastplume/grin-wallet", branch = "prevent_double_pay" } -grin_wallet_util = { git = "https://github.com/yeastplume/grin-wallet", branch = "prevent_double_pay" } -grin_wallet_controller = { git = "https://github.com/yeastplume/grin-wallet", branch = "prevent_double_pay" } +grin_wallet_impls = { git = "https://github.com/mimblewimble/grin-wallet", branch = "master" } +grin_wallet_api = { git = "https://github.com/mimblewimble/grin-wallet", branch = "master" } +grin_wallet_libwallet = { git = "https://github.com/mimblewimble/grin-wallet", branch = "master" } +grin_wallet_util = { git = "https://github.com/mimblewimble/grin-wallet", branch = "master" } +grin_wallet_controller = { git = "https://github.com/mimblewimble/grin-wallet", branch = "master" } ## ui egui = { version = "0.27.2", default-features = false }