diff options
| author | Ross Nicoll <[email protected]> | 2018-01-01 16:29:58 +0000 |
|---|---|---|
| committer | Ross Nicoll <[email protected]> | 2018-09-19 19:24:06 +0100 |
| commit | 277f207457aaa8bb89e61ef336a41c892b6d17a1 (patch) | |
| tree | a5183c4cddf4a285dbe6e536ea3d77e79da02158 /src/test/data/txcreatescript4.json | |
| parent | Change count type used by `gettxoutsetinfo` (#1415) (diff) | |
| download | discoin-277f207457aaa8bb89e61ef336a41c892b6d17a1.tar.xz discoin-277f207457aaa8bb89e61ef336a41c892b6d17a1.zip | |
Update dogecoin-tx tests (#1409)
Update Python test address and key values to match Dogecoin format
Diffstat (limited to 'src/test/data/txcreatescript4.json')
| -rw-r--r-- | src/test/data/txcreatescript4.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/data/txcreatescript4.json b/src/test/data/txcreatescript4.json index 11783751a..d819e9843 100644 --- a/src/test/data/txcreatescript4.json +++ b/src/test/data/txcreatescript4.json @@ -15,7 +15,7 @@ "reqSigs": 1, "type": "scripthash", "addresses": [ - "3BNQbeFeJJGMAyDxPwWPuqxPMrjsFLjk3f" + "A27fLVKYNN9F5LbRp5Ap9yam4S7uJt2jsu" ] } } |