Rename constant in include file to avoid conflicts with btest

This commit is contained in:
Sean Bowe 2022-03-28 17:02:31 -06:00 committed by Kris Nuttycombe
parent a6425b46c6
commit 0a59f8c789
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -208,7 +208,7 @@ TEST(TransactionBuilder, DuplicateOrchardNullifier)
RegtestActivateNU5();
CDataStream ssin(
ParseHex(txdata),
ParseHex(txdataOrchardDuplicateNullifiersTestVector),
SER_NETWORK,
PROTOCOL_VERSION
);