aboutsummaryrefslogtreecommitdiff
path: root/doc/build-archlinux.md
diff options
context:
space:
mode:
authorTomo Ueda <[email protected]>2021-09-02 12:55:18 -0700
committerTomo Ueda <[email protected]>2021-09-02 12:55:18 -0700
commite64843ced509c24f783276d4cc0f2f26c9d527f2 (patch)
tree7956d4ea416c5b3a531dbc6f356e1c9a643d9690 /doc/build-archlinux.md
parentreally s/doge/dis/g this time (diff)
downloaddiscoin-e64843ced509c24f783276d4cc0f2f26c9d527f2.tar.xz
discoin-e64843ced509c24f783276d4cc0f2f26c9d527f2.zip
really s/Doge/Dis/g this time
Diffstat (limited to 'doc/build-archlinux.md')
-rw-r--r--doc/build-archlinux.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build-archlinux.md b/doc/build-archlinux.md
index cc7a9a3b8..f92280402 100644
--- a/doc/build-archlinux.md
+++ b/doc/build-archlinux.md
@@ -16,5 +16,5 @@ Note:
Enabling wallet support requires either compiling against a Berkeley DB newer than 4.8 (package `db`) using `--with-incompatible-bdb`,
or building and depending on a local version of Berkeley DB 4.8. The readily available Arch Linux packages are currently built using
`--with-incompatible-bdb` according to the [PKGBUILD](https://projects.archlinux.org/svntogit/community.git/tree/bitcoin/trunk/PKGBUILD).
-As mentioned above, when maintaining portability of the wallet between the standard Dogecoin Core distributions and independently built
+As mentioned above, when maintaining portability of the wallet between the standard Discoin Core distributions and independently built
node software is desired, Berkeley DB 4.8 must be used.