Skip to content

Commit

Permalink
Merge pull request #2765 from irisnet/sheldon/fix-nft-transfer-denom-…
Browse files Browse the repository at this point in the history
…owner

fix: data field lost when doing nft transfer owner
  • Loading branch information
taramakage authored Oct 17, 2022
2 parents db7588e + a65efbd commit 26c65f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ require (
github.com/golang/protobuf v1.5.2
github.com/gorilla/mux v1.8.0
github.com/grpc-ecosystem/grpc-gateway v1.16.0
github.com/irisnet/irismod v1.6.1-0.20221010094911-0b48e88ee7eb
github.com/irisnet/irismod v1.6.1-0.20221017030749-8c9868d5cd4c
github.com/olebedev/config v0.0.0-20190528211619-364964f3a8e4
github.com/pkg/errors v0.9.1
github.com/rakyll/statik v0.1.7
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -601,8 +601,8 @@ github.com/influxdata/promql/v2 v2.12.0/go.mod h1:fxOPu+DY0bqCTCECchSRtWfc+0X19y
github.com/influxdata/roaring v0.4.13-0.20180809181101-fc520f41fab6/go.mod h1:bSgUQ7q5ZLSO+bKBGqJiCBGAl+9DxyW63zLTujjUlOE=
github.com/influxdata/tdigest v0.0.0-20181121200506-bf2b5ad3c0a9/go.mod h1:Js0mqiSBE6Ffsg94weZZ2c+v/ciT8QRHFOap7EKDrR0=
github.com/influxdata/usage-client v0.0.0-20160829180054-6d3895376368/go.mod h1:Wbbw6tYNvwa5dlB6304Sd+82Z3f7PmVZHVKU637d4po=
github.com/irisnet/irismod v1.6.1-0.20221010094911-0b48e88ee7eb h1:7k2LOriCMjTpyatCcZgArgV8p3zGfvfcFPR4dNjs988=
github.com/irisnet/irismod v1.6.1-0.20221010094911-0b48e88ee7eb/go.mod h1:yh5Wud/Ohp8dGy0miZOhfC3WbRWpLJlI5Wzjt2dYJDE=
github.com/irisnet/irismod v1.6.1-0.20221017030749-8c9868d5cd4c h1:viGooXkaGOBCYV/i76HIN4B6qmrDMj6lTHOwPU+EzH8=
github.com/irisnet/irismod v1.6.1-0.20221017030749-8c9868d5cd4c/go.mod h1:yh5Wud/Ohp8dGy0miZOhfC3WbRWpLJlI5Wzjt2dYJDE=
github.com/jackpal/go-nat-pmp v1.0.2/go.mod h1:QPH045xvCAeXUZOxsnwmrtiCoxIr9eob+4orBN1SBKc=
github.com/jedisct1/go-minisign v0.0.0-20190909160543-45766022959e/go.mod h1:G1CVv03EnqU1wYL2dFwXxW2An0az9JTl/ZsqXQeBlkU=
github.com/jessevdk/go-flags v0.0.0-20141203071132-1679536dcc89/go.mod h1:4FA24M0QyGHXBuZZK/XkWh8h0e1EYbRYJSGM75WSRxI=
Expand Down

0 comments on commit 26c65f9

Please sign in to comment.