X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;ds=inline;f=src%2Futil%2Fevents.rs;h=8f8e7a52c3c8968facd6ad92aec0ab6808004327;hb=b031bdf9d835a2410efc6c4b9ffd515689987b55;hp=de9dd4286f92c07cea79416cca92119c274bafa9;hpb=ec513b81df11c4cd4374229237bcf7707cbf53a0;p=rust-lightning diff --git a/src/util/events.rs b/src/util/events.rs index de9dd4286..8f8e7a52c 100644 --- a/src/util/events.rs +++ b/src/util/events.rs @@ -1,7 +1,7 @@ //! Events are returned from various bits in the library which indicate some action must be taken //! by the client. //! -//! Because we don't have a built-in runtime, its up to the client to call events at a time in the +//! Because we don't have a built-in runtime, it's up to the client to call events at a time in the //! future, as well as generate and broadcast funding transactions handle payment preimages and a //! few other things. //!