0 | @@ -1,8 +1,8 @@
1 | #!/usr/bin/env python3
2 | -# Copyright (c) 2015-2017 The Bitcoin Core developers
3 | +# Copyright (c) 2015-2018 The Bitcoin Core developers
4 | # Distributed under the MIT software license, see the accompanying
5 | -# file COPYING or http://www.opensource.org/licenses/mit-license.php.
6 | -"""Test transaction signing using the signrawtransaction* RPCs."""
7 | +# file COPYING or https://opensource.org/licenses/mit-license.php.
8 | +"""Test transaction signing using the signrawtransaction* RPC."""
My mistake. Glitch in my workflow after new rebase experience. Will fix soon. If I might ask: currently I replace old commits in this PR/my branch with hard resets and push -f, to keep changes small and honor the scripted_diff checks (except in last case, my apologies) - is that a correct thing to do?
Jup, correct. You can also check the scripted diffs with the ./contrib/devtools/commit-script-check.sh script.