From 47eb73ad67b143f0980a79e9b37f5af4752aa91a Mon Sep 17 00:00:00 2001 From: Alex Vanin Date: Thu, 27 Aug 2020 17:19:20 +0300 Subject: [PATCH] [#15] Update native gas script hash Signed-off-by: Alex Vanin --- neofs_contract.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neofs_contract.go b/neofs_contract.go index 0a036b7..b14c584 100644 --- a/neofs_contract.go +++ b/neofs_contract.go @@ -66,7 +66,7 @@ type ( const ( // native gas token script hash - tokenHash = "\x3b\x7d\x37\x11\xc6\xf0\xcc\xf9\xb1\xdc\xa9\x03\xd1\xbf\xa1\xd8\x96\xf1\x23\x8c" + tokenHash = "\xbc\xaf\x41\xd6\x84\xc7\xd4\xad\x6e\xe0\xd9\x9d\xa9\x70\x7b\x9d\x1f\x0c\x8e\x66" defaultCandidateFee = 100 * 1_0000_0000 // 100 Fixed8 Gas candidateFeeConfigKey = "InnerRingCandidateFee"