diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/handlers.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/handlers.rs b/src/handlers.rs index ca0608c..055ca22 100644 --- a/src/handlers.rs +++ b/src/handlers.rs | |||
@@ -573,7 +573,7 @@ pub async fn propose_block( | |||
573 | // if the receiver is a bot, they will reciprocate | 573 | // if the receiver is a bot, they will reciprocate |
574 | if users_store.get(target).unwrap().is_bot { | 574 | if users_store.get(target).unwrap().is_bot { |
575 | let transaction_id = calculate_transaction_id(target, source); | 575 | let transaction_id = calculate_transaction_id(target, source); |
576 | pending_transactions.insert( | 576 | holding.insert( |
577 | transaction_id, | 577 | transaction_id, |
578 | Transaction { | 578 | Transaction { |
579 | source: target.clone(), | 579 | source: target.clone(), |