From 7a0cb3669ace7756eac59ab93313c361369736e3 Mon Sep 17 00:00:00 2001 From: sneurlax Date: Tue, 29 Nov 2022 12:54:29 -0600 Subject: [PATCH] update genesis hash test vector --- test/services/coins/particl/particl_wallet_test.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/services/coins/particl/particl_wallet_test.dart b/test/services/coins/particl/particl_wallet_test.dart index d867def8e..2a85e7c2b 100644 --- a/test/services/coins/particl/particl_wallet_test.dart +++ b/test/services/coins/particl/particl_wallet_test.dart @@ -35,7 +35,7 @@ void main() { }); test("particl mainnet genesis block hash", () async { expect(GENESIS_HASH_MAINNET, - "000000000062b72c5e2ceb45fbc8587e807c155b0da735e6483dfba2f0a9c770"); + "0000ee0784c195317ac95623e22fddb8c7b8825dc3998e0bb924d66866eccf4c"); // Was 000000000062b72c5e2ceb45fbc8587e807c155b0da735e6483dfba2f0a9c770 }); test("particl testnet genesis block hash", () async { expect(GENESIS_HASH_TESTNET,