stellar-deprecated / stellar-client

INACTIVE. Browser based client for stellard. This repository is inactive. It points to the stellard network, which is being replaced by stellar-core. Please refer to the replacement repository, interstellar-client, which points to the stellar-core network.
Other
306 stars 74 forks source link

Fix a bug introduced in #1120 #1126

Closed bartekn closed 9 years ago

bartekn commented 9 years ago

Changing destinationTag input type to "text" in #1120 resulted in change of variable type in controller (number -> string). This made StellarNetwork.remote.transaction.submit() fail because it expects destinationTag to be a number.

nullstyle commented 9 years ago

:+1:

nullstyle commented 9 years ago

boy am I looking forward to building a client with a test suite :)