fix: add missing isBitcoinBased to Chain(...) in RealTronTransactionServiceTest

Test predates the isBitcoinBased field (added on the Bitcoin branch after
Tron's send branch already had this test file) - CI caught the missing
constructor argument.
This commit is contained in:
2026-07-12 19:22:33 -07:00
parent dc244fb0bb
commit 671534de57
@@ -257,6 +257,7 @@ class RealTronTransactionServiceTest {
types = null, types = null,
isEthereumBased = false, isEthereumBased = false,
isTronBased = true, isTronBased = true,
isBitcoinBased = false,
isTestNet = false, isTestNet = false,
source = Chain.Source.DEFAULT, source = Chain.Source.DEFAULT,
hasSubstrateRuntime = false, hasSubstrateRuntime = false,