mirror of
https://github.com/datahaven-xyz/datahaven
synced 2026-05-23 17:28:23 +00:00
update gas for txs in test
This commit is contained in:
parent
6605faf245
commit
dcddeee3fe
1 changed files with 3 additions and 3 deletions
|
|
@ -280,7 +280,7 @@ fn transfer() {
|
|||
value: 400.into(),
|
||||
},
|
||||
)
|
||||
.expect_cost(176106756) // 1 weight => 1 gas in mock
|
||||
.expect_cost(173835756) // 1 weight => 1 gas in mock
|
||||
.expect_log(log3(
|
||||
Precompile1,
|
||||
SELECTOR_LOG_TRANSFER,
|
||||
|
|
@ -370,7 +370,7 @@ fn transfer_from() {
|
|||
value: 400.into(),
|
||||
},
|
||||
)
|
||||
.expect_cost(176106756) // 1 weight => 1 gas in mock
|
||||
.expect_cost(173835756) // 1 weight => 1 gas in mock
|
||||
.expect_log(log3(
|
||||
Precompile1,
|
||||
SELECTOR_LOG_TRANSFER,
|
||||
|
|
@ -466,7 +466,7 @@ fn transfer_from_self() {
|
|||
value: 400.into(),
|
||||
},
|
||||
)
|
||||
.expect_cost(176106756) // 1 weight => 1 gas in mock
|
||||
.expect_cost(173835756) // 1 weight => 1 gas in mock
|
||||
.expect_log(log3(
|
||||
Precompile1,
|
||||
SELECTOR_LOG_TRANSFER,
|
||||
|
|
|
|||
Loading…
Reference in a new issue