We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef4f634 commit e8e2bd0Copy full SHA for e8e2bd0
src/acme.rs
@@ -66,7 +66,7 @@ pub struct NoncePool(RefCell<VecDeque<String>>);
66
67
impl NoncePool {
68
pub fn get(&self) -> Option<String> {
69
- self.0.borrow_mut().pop_front()
+ self.0.borrow_mut().pop_back()
70
}
71
72
pub fn add(&self, nonce: String) {
0 commit comments