mirror of
https://github.com/pezkuwichain/pezkuwi-wallet-android.git
synced 2026-07-22 12:35: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,
|
||||
isEthereumBased = false,
|
||||
isTronBased = true,
|
||||
isBitcoinBased = false,
|
||||
isTestNet = false,
|
||||
source = Chain.Source.DEFAULT,
|
||||
hasSubstrateRuntime = false,
|
||||
|
||||
Reference in New Issue
Block a user