Skip to content
Snippets Groups Projects
Unverified Commit 37a1bcb4 authored by bgallois's avatar bgallois
Browse files

fix pallet-duniter-account errors

parent 62f8a478
No related branches found
No related tags found
No related merge requests found
...@@ -45,7 +45,7 @@ impl<Balance: Zero> AccountData<Balance> { ...@@ -45,7 +45,7 @@ impl<Balance: Zero> AccountData<Balance> {
} }
} }
impl<Balance: Zero + std::default::Default> From<AccountData<Balance>> impl<Balance: Zero + sp_std::default::Default> From<AccountData<Balance>>
for pallet_balances::AccountData<Balance> for pallet_balances::AccountData<Balance>
{ {
fn from(account_data: AccountData<Balance>) -> Self { fn from(account_data: AccountData<Balance>) -> Self {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment