Skip to content
Snippets Groups Projects

Oneshot accounts

Merged Pascal Engélibert requested to merge poc-oneshot-accounts into master
Compare and Show latest version
14 files
+ 155
34
Compare changes
  • Side-by-side
  • Inline
Files
14
@@ -313,7 +313,7 @@ async fn should_have_oneshot(world: &mut DuniterWorld, who: String, amount: u64)
let oneshot_amount = world
.api()
.storage()
.account()
.oneshot_account()
.oneshot_accounts(who, None)
.await?;
assert_eq!(oneshot_amount.unwrap_or(0), amount);
Loading