Skip to content

Commit

Permalink
Fix iOS Use node blockchain api transaction list #169
Browse files Browse the repository at this point in the history
  • Loading branch information
MrStahlfelge committed May 22, 2023
1 parent 75ceef9 commit d8f4d20
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ suspend fun ErgoTransactionOutput.toOutputInfo(
).toString()
assets = nodeBoxInfo.assets.map { it.toAssetInstanceInfo(getTokenInfo) }
additionalRegisters = AdditionalRegisters().apply {
nodeBoxInfo.additionalRegisters.forEach { k, v ->
nodeBoxInfo.additionalRegisters.forEach { (k, v) ->
// only serialized value is needed
put(k, AdditionalRegister().apply { serializedValue = v })
}
Expand Down

0 comments on commit d8f4d20

Please sign in to comment.