mirror of
https://github.com/pezkuwichain/pezkuwi-wallet-android.git
synced 2026-07-22 16:05:49 +00:00
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:
+1
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user