Skip to content

Commit

Permalink
Merge pull request #1 from mathwallet/Dapp
Browse files Browse the repository at this point in the history
Dapp
  • Loading branch information
xueyuejie authored Jul 29, 2022
2 parents 03c4199 + e10725d commit 4bf01ee
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"repositoryURL": "https://github.com/Flight-School/AnyCodable.git",
"state": {
"branch": null,
"revision": "876d162385e9862ae8b3c8d65dc301312b040005",
"version": "0.6.0"
"revision": "69261f239f0fffaf51495dadc4f8483fbfe97025",
"version": "0.6.1"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ let package = Package(
.package(name: "Secp256k1Swift", url: "https://github.com/mathwallet/Secp256k1Swift.git", from: "1.3.1"),
.package(name: "Base58Swift", url: "https://github.com/mathwallet/Base58Swift.git", from: "0.0.1"),
.package(name: "TweetNacl", url: "https://github.com/lishuailibertine/tweetnacl-swiftwrap", from: "1.0.3"),
.package(url: "https://github.com/Flight-School/AnyCodable.git", .exact("0.6.0")),
.package(url: "https://github.com/Flight-School/AnyCodable.git", .exact("0.6.1")),
.package(url: "https://github.com/mxcl/PromiseKit.git", from: "6.16.2")
],
targets: [
Expand Down
2 changes: 1 addition & 1 deletion Sources/NearSwift/Utils/BinaryReader.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public struct BinaryReader {
private var cursor: Int
private let bytes: [UInt8]

init(bytes: [UInt8]) {
public init(bytes: [UInt8]) {
self.cursor = 0
self.bytes = bytes
}
Expand Down

0 comments on commit 4bf01ee

Please sign in to comment.