Commit 453cbea
committed
run-bitcoind: Add err function back in
This got deleted somehow and its still used. I was surprised that
`shellcheck` does not find this, I would have thought a shell linter
would have access to `$PATH` and be able to tell that the function does
not exist. Anywho, add the function back in from a previous release.
Fix: #1681 parent 71a6018 commit 453cbea
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
211 | 211 | | |
212 | 212 | | |
213 | 213 | | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
214 | 220 | | |
215 | 221 | | |
216 | 222 | | |
| |||
0 commit comments