mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-18 02:07:43 +00:00
remove id from fusion address model
This commit is contained in:
parent
c620a5e23a
commit
e00208b0f0
1 changed files with 0 additions and 1 deletions
|
@ -218,7 +218,6 @@ extension ToFusionAddress on Address {
|
|||
FusionAddress.Address toFusionAddress() {
|
||||
return FusionAddress.Address(
|
||||
addr: value,
|
||||
id: id.toString(), // Assuming id can be converted to a String
|
||||
publicKey:
|
||||
publicKey, // Assuming List<byte> and List<int> are compatible
|
||||
derivationPath:
|
||||
|
|
Loading…
Reference in a new issue