diff options
| author | Ross Nicoll <[email protected]> | 2021-03-04 10:25:29 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-03-04 11:25:29 +0100 |
| commit | 8b0dcb523dcda768988f0ed661a70611c3d727b3 (patch) | |
| tree | 92310d01b30ad232f41801c529ab865fcccd07d7 /test/util/data/txcreatescript4.json | |
| parent | Disable compatibility tests (#1754) (diff) | |
| download | discoin-8b0dcb523dcda768988f0ed661a70611c3d727b3.tar.xz discoin-8b0dcb523dcda768988f0ed661a70611c3d727b3.zip | |
1.21 key prefix (#1710)
Squash-merged on request.
* Dogecoin address prefixes
* Use "doge" for BECH32 addresses
* Switch Bitcoin references to Dogecoin in Travis
* Update addresses in dogecoin-tx tests
* Use "doge" for BECH32 addresses
* Remove functional tests which do not apply to Dogecoin (backwards compatibility tests do not have suitable clients to test against)
Diffstat (limited to 'test/util/data/txcreatescript4.json')
| -rw-r--r-- | test/util/data/txcreatescript4.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/util/data/txcreatescript4.json b/test/util/data/txcreatescript4.json index 2271ecfa0..5cec05c80 100644 --- a/test/util/data/txcreatescript4.json +++ b/test/util/data/txcreatescript4.json @@ -18,7 +18,7 @@ "reqSigs": 1, "type": "scripthash", "addresses": [ - "3BNQbeFeJJGMAyDxPwWPuqxPMrjsFLjk3f" + "A27fLVKYNN9F5LbRp5Ap9yam4S7uJt2jsu" ] } } |