Skip to content

Commit

Permalink
Merge branch 'main' of github.com:EjaraApp/trustdart
Browse files Browse the repository at this point in the history
  • Loading branch information
baahkusi committed May 16, 2023
2 parents 4ea7e2e + e2276f8 commit 264f49a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions android/src/main/kotlin/africa/ejara/trustdart/coins/NEAR.kt
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ class NEAR : Coin("NEAR", CoinType.NEAR) {
signerId = txData["signerID"] as String
nonce = txData["nonce"]!!.toLong()
receiverId = txData["receiverID"] as String
addActionsBuilder().apply {
addActions(NEAR.Action.newBuilder().apply {
transfer = transferAction
}
})
blockHash = ByteString.copyFrom(Base58.decodeNoCheck(txData["blockHash"] as String))
privateKey = ByteString.copyFrom(secretKey.data())
}.build()
Expand Down
1 change: 0 additions & 1 deletion example/lib/operations.dart
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ Map<String, dynamic> operations = {
// "senderAddress": "tz1ioz62kDw6Gm5HApeQtc1PGmN2wPBtJKUP",
// "toAddress": "tz1ioz62kDw6Gm5HApeQtc1PGmN2wPBtJKUP",
// "value": "123",
// "amount": "0",
// "source": "tz1ioz62kDw6Gm5HApeQtc1PGmN2wPBtJKUP",
// "fee": 100000,
// "counter": 2993173,
Expand Down

0 comments on commit 264f49a

Please sign in to comment.