Skip to content

Commit

Permalink
fix(faucet): amout must be a string
Browse files Browse the repository at this point in the history
  • Loading branch information
hussein-aitlahcen committed Sep 29, 2023
1 parent e6abfe3 commit dc7dd0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion faucet/faucet.nix
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
${captcha} \
${captcha-verify-url} \
--address '${cfg.address}' \
--amount-send ${cfg.amount-send} \
--amount-send ${toString cfg.amount-send} \
--grpc-address ${cfg.grpc-address}
'';
};
Expand Down

0 comments on commit dc7dd0a

Please sign in to comment.