Skip to content

Commit

Permalink
add priority
Browse files Browse the repository at this point in the history
  • Loading branch information
Gauthamastro committed Feb 1, 2024
1 parent 073d68e commit ad05ce2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion pallets/thea/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -680,7 +680,8 @@ impl<T: Config> Pallet<T> {
}

ValidTransaction::with_tag_prefix("thea")
.and_provides(signatures)
.priority(TransactionPriority::MAX/3)
.and_provides((id, auth_index))
.longevity(10)
.propagate(true)
.build()
Expand Down
2 changes: 1 addition & 1 deletion runtimes/mainnet/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
// and set impl_version to 0. If only runtime
// implementation changes and behavior does not, then leave spec_version as
// is and increment impl_version.
spec_version: 322,
spec_version: 325,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 2,
Expand Down

0 comments on commit ad05ce2

Please sign in to comment.