This commit is contained in:
Hardhat Chad
2024-04-30 18:17:06 +00:00
parent f7572aa2cf
commit 54bd0a025c
6 changed files with 24 additions and 34 deletions

View File

@@ -28,7 +28,7 @@ pub fn process_pause<'a, 'info>(
}
// Update paused
config.paused = args.paused as u32;
config.paused = args.paused as u64;
Ok(())
}