Skip to content

Commit

Permalink
fix: set nonce
Browse files Browse the repository at this point in the history
  • Loading branch information
ramizhasan111 committed Sep 27, 2023
1 parent 5f55d5b commit 4aaddab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion state-chain/pallets/cf-environment/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ impl<T: Config> Pallet<T> {
let current_nonce = *nonce;

if reset_nonce {
PolkadotProxyAccountNonce::<T>::set(0);
*nonce = 0;
} else {
*nonce += 1;
}
Expand Down

0 comments on commit 4aaddab

Please sign in to comment.