Skip to content

Commit

Permalink
Remove todo regarding overridding default Extra
Browse files Browse the repository at this point in the history
  • Loading branch information
ascjones committed Nov 3, 2021
1 parent 5dd6cf9 commit fc30e90
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion codegen/src/api/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,6 @@ impl RuntimeGenerator {

impl ::subxt::ExtrinsicExtraData<DefaultConfig> for DefaultConfig {
type AccountData = AccountData;
// todo: [AJ] make this configurable or auto-generated from metadata
type Extra = ::subxt::DefaultExtra<DefaultConfig>;
}

Expand Down

0 comments on commit fc30e90

Please sign in to comment.