mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
Cleanup (#128)
* Config - remove unused keys * Remove aliases * Script - minor updates * Remove bitcoin papers * Delete all but a couple example events * Update all QE BIP links to reflect current reop location * One more BIP link update
This commit is contained in:
parent
afe721020a
commit
8c6d438a3a
28 changed files with 65 additions and 7253 deletions
|
@ -4,7 +4,7 @@ from bitarray import bitarray # from pypi.python.org/pypi/bitarray
|
|||
import pyhash # from https://github.com/flier/pyfasthash
|
||||
|
||||
# Based on BIP-37
|
||||
# https://github.com/QuantumExplorer/bips/blob/master/bip-0037.mediawiki
|
||||
# https://github.com/dashevo/bips/blob/master/bip-0037.mediawiki
|
||||
|
||||
# Defined in bloom.h
|
||||
# https://github.com/dashpay/dash/blob/master/src/bloom.h#L17-#L18
|
||||
|
|
0
scripts/build_publish_preview.sh
Normal file → Executable file
0
scripts/build_publish_preview.sh
Normal file → Executable file
|
@ -34,7 +34,7 @@ if [ "$PARAMCOUNT" == 1 ]; then
|
|||
echo "*Result---RESULT DESCRIPTION*" >> $FILENAME
|
||||
echo "" >> $FILENAME
|
||||
|
||||
echo "*Example from Dash Core 0.13.0*" >> $FILENAME
|
||||
echo "*Example from Dash Core 0.14.0*" >> $FILENAME
|
||||
echo "" >> $FILENAME
|
||||
|
||||
# Example
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue