Skip to content

Commit

Permalink
Nits
Browse files Browse the repository at this point in the history
  • Loading branch information
georgeee committed Oct 6, 2023
1 parent ff77ffc commit 802a3ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/itn_orchestrator/src/generator/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ func main() {
}
privkeys := p.Privkeys
if p.GenerateFundKeys > 0 {
fundKeysDir := fmt.Sprintf("%s/funding", p.FundKeyPrefix)
fundKeysDir := fmt.Sprintf("%s/funding/%s", p.FundKeyPrefix, p.ExperimentName)
privkeys = make([]string, p.GenerateFundKeys)
privkeyAmounts := make([]uint64, p.GenerateFundKeys)
for i := range privkeys {
Expand Down
2 changes: 1 addition & 1 deletion src/lib/network_pool/transaction_pool.ml
Original file line number Diff line number Diff line change
Expand Up @@ -1047,7 +1047,7 @@ struct
in
Deferred.return
@@ Result.ok_if_true
(not (already_mem && not is_sender_local))
((not already_mem) || is_sender_local)
~error:Recently_seen
in
let%bind () =
Expand Down

0 comments on commit 802a3ea

Please sign in to comment.