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/txcreatescript2.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/txcreatescript2.json')
| -rw-r--r-- | src/test/data/txcreatescript2.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/data/txcreatescript2.json b/src/test/data/txcreatescript2.json index 41eb69f1a..8c24bf41b 100644 --- a/src/test/data/txcreatescript2.json +++ b/src/test/data/txcreatescript2.json @@ -15,7 +15,7 @@ "reqSigs": 1, "type": "scripthash", "addresses": [ - "3C5QarEGh9feKbDJ3QbMf2YNjnMoiPDhNp" + "A2pfKhJAmDYYDxamTYFmuAAkSMjqqvitJd" ] } } |