Skip to content

Commit

Permalink
Version 0.2.1
Browse files Browse the repository at this point in the history
Add support for /paths/strict-send
Add KeyPair constructor from QString id account account
Add check so SEEDs are not parsed as account ids, other SDK don't have this but i reviewing the code it can be a source of mistakes.
Remove fee_paid from Transaction response
Upload gitignore.
  • Loading branch information
bnogalm committed Dec 21, 2019
1 parent abe5466 commit 5ca157c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion StellarQtSDK.pri
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ DEFINES += STELLAR_QT_REPLY_TIMEOUT=30000
DEFINES *= ED25519_NO_SEED

DEFINES += STELLAR_QT_SDK_CLIENT_NAME=\"\\\"qtcpp-stellar-sdk\\\"\"
DEFINES += STELLAR_QT_SDK_CLIENT_VERSION=\"\\\"0.2.0\\\"\"
DEFINES += STELLAR_QT_SDK_CLIENT_VERSION=\"\\\"0.2.1\\\"\"


QT *= core network
Expand Down

0 comments on commit 5ca157c

Please sign in to comment.