File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -776,7 +776,7 @@ let revalidate :
776
776
(currency_consumed ~constraint_constants cmd)) )
777
777
currency_reserved dropped_from_nonce
778
778
in
779
- let keep_queue', currency_reserved'' , dropped_for_balance =
779
+ let keep_queue, currency_reserved_updated , dropped_for_balance =
780
780
drop_until_sufficient_balance ~constraint_constants
781
781
(retained_by_nonce, currency_reserved_partially_updated)
782
782
current_balance
@@ -799,7 +799,7 @@ let revalidate :
799
799
~f: remove_all_by_fee_and_hash_and_expiration_exn
800
800
in
801
801
let t''' =
802
- match F_sequence. uncons keep_queue' with
802
+ match F_sequence. uncons keep_queue with
803
803
| None ->
804
804
{ t'' with
805
805
all_by_sender = Map. remove t''.all_by_sender sender
@@ -812,7 +812,7 @@ let revalidate :
812
812
{ t'' with
813
813
all_by_sender =
814
814
Map. set t''.all_by_sender ~key: sender
815
- ~data: (keep_queue', currency_reserved'' )
815
+ ~data: (keep_queue, currency_reserved_updated )
816
816
; applicable_by_fee =
817
817
Map_set. insert
818
818
( module Transaction_hash
You can’t perform that action at this time.
0 commit comments